Package org.apache.iceberg.parquet
Interface Parquet.ReadBuilder.ReaderFunction
- Enclosing class:
Parquet.ReadBuilder
public static interface Parquet.ReadBuilder.ReaderFunction
-
Method Summary
Modifier and TypeMethodDescriptionFunction<org.apache.parquet.schema.MessageType, ParquetValueReader<?>> apply()withCustomTypes(Map<Integer, Class<? extends StructLike>> customTypes) withRootType(Class<? extends StructLike> rootType) withSchema(Schema schema)
-
Method Details
-
apply
Function<org.apache.parquet.schema.MessageType,ParquetValueReader<?>> apply() -
withRootType
-
withCustomTypes
default Parquet.ReadBuilder.ReaderFunction withCustomTypes(Map<Integer, Class<? extends StructLike>> customTypes) -
withSchema
-