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 TableMetadataProviderBuilder
T 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 TableMetadataProviderBuilder
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.