public interface ParquetMetadataProviderBuilder<T extends ParquetMetadataProviderBuilder<T>> extends TableMetadataProviderBuilder
ParquetMetadataProvider.| Modifier and Type | Method and Description |
|---|---|
ParquetMetadataProvider |
build() |
T |
withEntries(List<ReadEntryWithPath> entries) |
T |
withReaderConfig(ParquetReaderConfig readerConfig) |
T |
withSchema(TupleMetadata schema) |
T |
withSelection(FileSelection selection) |
T |
withSelectionRoot(org.apache.hadoop.fs.Path selectionRoot) |
T withSchema(TupleMetadata schema)
withSchema in interface TableMetadataProviderBuilderT withEntries(List<ReadEntryWithPath> entries)
T withSelectionRoot(org.apache.hadoop.fs.Path selectionRoot)
T withReaderConfig(ParquetReaderConfig readerConfig)
T withSelection(FileSelection selection)
ParquetMetadataProvider build() throws IOException
build in interface TableMetadataProviderBuilderIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.