public abstract static class BaseParquetMetadataProvider.Builder<T extends BaseParquetMetadataProvider.Builder<T>> extends Object implements ParquetMetadataProviderBuilder<T>
| Constructor and Description |
|---|
Builder(MetadataProviderManager source) |
| Modifier and Type | Method and Description |
|---|---|
List<ReadEntryWithPath> |
entries() |
MetadataProviderManager |
metadataProviderManager() |
FileSelection |
selection() |
org.apache.hadoop.fs.Path |
selectionRoot() |
protected abstract T |
self() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic Builder(MetadataProviderManager source)
public T withEntries(List<ReadEntryWithPath> entries)
withEntries in interface ParquetMetadataProviderBuilder<T extends BaseParquetMetadataProvider.Builder<T>>public T withSelectionRoot(org.apache.hadoop.fs.Path selectionRoot)
withSelectionRoot in interface ParquetMetadataProviderBuilder<T extends BaseParquetMetadataProvider.Builder<T>>public T withReaderConfig(ParquetReaderConfig readerConfig)
withReaderConfig in interface ParquetMetadataProviderBuilder<T extends BaseParquetMetadataProvider.Builder<T>>public T withSelection(FileSelection selection)
withSelection in interface ParquetMetadataProviderBuilder<T extends BaseParquetMetadataProvider.Builder<T>>public T withSchema(TupleMetadata schema)
withSchema in interface ParquetMetadataProviderBuilder<T extends BaseParquetMetadataProvider.Builder<T>>withSchema in interface TableMetadataProviderBuilderprotected abstract T self()
public org.apache.hadoop.fs.Path selectionRoot()
public FileSelection selection()
public MetadataProviderManager metadataProviderManager()
public List<ReadEntryWithPath> entries()
Copyright © 2021 The Apache Software Foundation. All rights reserved.