Uses of Class
org.apache.drill.exec.store.parquet.RowGroupReadEntry
Package
Description
-
Uses of RowGroupReadEntry in org.apache.drill.exec.store.delta
Modifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configuration
DeltaRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) DeltaRowGroupScan.getPartitions
(RowGroupReadEntry rowGroupReadEntry) DeltaRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) ModifierConstructorDescriptionDeltaRowGroupScan
(String userName, DeltaFormatPlugin formatPlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) DeltaRowGroupScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatPluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
Uses of RowGroupReadEntry in org.apache.drill.exec.store.delta.read
Modifier and TypeMethodDescriptionDeltaScanBatchCreator.getImplicitValues
(AbstractParquetRowGroupScan rowGroupScan, ColumnExplorer columnExplorer, RowGroupReadEntry rowGroup, DrillFileSystem fs) -
Uses of RowGroupReadEntry in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configuration
HiveDrillNativeParquetRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) HiveDrillNativeParquetRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) ModifierConstructorDescriptionHiveDrillNativeParquetRowGroupScan
(String userName, HiveStoragePlugin hiveStoragePlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) HiveDrillNativeParquetRowGroupScan
(StoragePluginRegistry registry, String userName, HiveStoragePluginConfig hiveStoragePluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, HivePartitionHolder hivePartitionHolder, Map<String, String> confProperties, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
Uses of RowGroupReadEntry in org.apache.drill.exec.store.parquet
Modifier and TypeFieldDescriptionprotected final List<RowGroupReadEntry>
AbstractParquetRowGroupScan.rowGroupReadEntries
Modifier and TypeMethodDescriptionRowGroupInfo.getRowGroupReadEntry()
RowGroupReadEntry.getRowGroupReadEntry()
Modifier and TypeMethodDescriptionprotected List<RowGroupReadEntry>
AbstractParquetGroupScan.getReadEntries
(int minorFragmentId) AbstractParquetRowGroupScan.getRowGroupReadEntries()
Modifier and TypeMethodDescriptionabstract org.apache.hadoop.conf.Configuration
AbstractParquetRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) org.apache.hadoop.conf.Configuration
ParquetRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) AbstractParquetScanBatchCreator.getImplicitValues
(AbstractParquetRowGroupScan rowGroupScan, ColumnExplorer columnExplorer, RowGroupReadEntry rowGroup, DrillFileSystem fs) AbstractParquetRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) ParquetRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) ModifierConstructorDescriptionprotected
AbstractParquetRowGroupScan
(String userName, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, ParquetReaderConfig readerConfig, LogicalExpression filter, org.apache.hadoop.fs.Path selectionRoot, TupleMetadata schema) ParquetRowGroupScan
(String userName, ParquetFormatPlugin formatPlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, ParquetReaderConfig readerConfig, org.apache.hadoop.fs.Path selectionRoot, LogicalExpression filter, TupleMetadata schema) ParquetRowGroupScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, LinkedList<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, ParquetReaderConfig readerConfig, org.apache.hadoop.fs.Path selectionRoot, LogicalExpression filter, TupleMetadata schema) -
Uses of RowGroupReadEntry in org.apache.drill.exec.store.parquet2
ModifierConstructorDescriptionDrillParquetReader
(FragmentContext fragmentContext, org.apache.parquet.hadoop.metadata.ParquetMetadata footer, RowGroupReadEntry entry, List<SchemaPath> columns, DrillFileSystem fileSystem, ParquetReaderUtility.DateCorruptionStatus containsCorruptedDates, long recordsToRead)