Uses of Class
org.apache.drill.exec.store.dfs.ReadEntryWithPath
Package
Description
-
Uses of ReadEntryWithPath in org.apache.drill.exec.metastore.store.parquet
Modifier and TypeMethodDescriptionMetastoreParquetTableMetadataProvider.getEntries()
ParquetMetadataProvider.getEntries()
Returns list ofReadEntryWithPath
instances which represents paths to files to be scanned.Modifier and TypeMethodDescriptionMetastoreParquetTableMetadataProvider.Builder.withEntries
(List<ReadEntryWithPath> entries) ParquetMetadataProviderBuilder.withEntries
(List<ReadEntryWithPath> entries) -
Uses of ReadEntryWithPath in org.apache.drill.exec.store.delta
ModifierConstructorDescriptionDeltaGroupScan
(String userName, List<ReadEntryWithPath> entries, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, TupleMetadata schema, String path, ParquetReaderConfig readerConfig, LogicalExpression condition, Integer limit, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitionHolder, StoragePluginRegistry pluginRegistry) -
Uses of ReadEntryWithPath in org.apache.drill.exec.store.dfs
-
Uses of ReadEntryWithPath in org.apache.drill.exec.store.parquet
Modifier and TypeFieldDescriptionprotected List<ReadEntryWithPath>
AbstractParquetGroupScan.entries
protected final List<ReadEntryWithPath>
BaseParquetMetadataProvider.entries
Modifier and TypeMethodDescriptionBaseParquetMetadataProvider.Builder.entries()
AbstractParquetGroupScan.getEntries()
BaseParquetMetadataProvider.getEntries()
Modifier and TypeMethodDescriptionBaseParquetMetadataProvider.Builder.withEntries
(List<ReadEntryWithPath> entries) ModifierConstructorDescriptionParquetGroupScan
(StoragePluginRegistry engineRegistry, String userName, List<ReadEntryWithPath> entries, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, org.apache.hadoop.fs.Path cacheFileRoot, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema)