Uses of Class
org.apache.drill.exec.store.parquet.RowGroupReadEntry
Packages that use RowGroupReadEntry
Package
Description
-
Uses of RowGroupReadEntry in org.apache.drill.exec.store.delta
Methods in org.apache.drill.exec.store.delta with parameters of type RowGroupReadEntryModifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configuration
DeltaRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) DeltaRowGroupScan.getPartitions
(RowGroupReadEntry rowGroupReadEntry) DeltaRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) Constructor parameters in org.apache.drill.exec.store.delta with type arguments of type RowGroupReadEntryModifierConstructorDescriptionDeltaRowGroupScan
(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
Methods in org.apache.drill.exec.store.delta.read with parameters of type RowGroupReadEntryModifier and TypeMethodDescriptionDeltaScanBatchCreator.getImplicitValues
(AbstractParquetRowGroupScan rowGroupScan, ColumnExplorer columnExplorer, RowGroupReadEntry rowGroup, DrillFileSystem fs) -
Uses of RowGroupReadEntry in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive with parameters of type RowGroupReadEntryModifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configuration
HiveDrillNativeParquetRowGroupScan.getFsConf
(RowGroupReadEntry rowGroupReadEntry) HiveDrillNativeParquetRowGroupScan.getPartitionValues
(RowGroupReadEntry rowGroupReadEntry) Constructor parameters in org.apache.drill.exec.store.hive with type arguments of type RowGroupReadEntryModifierConstructorDescriptionHiveDrillNativeParquetRowGroupScan
(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
Fields in org.apache.drill.exec.store.parquet with type parameters of type RowGroupReadEntryModifier and TypeFieldDescriptionprotected final List<RowGroupReadEntry>
AbstractParquetRowGroupScan.rowGroupReadEntries
Methods in org.apache.drill.exec.store.parquet that return RowGroupReadEntryModifier and TypeMethodDescriptionRowGroupInfo.getRowGroupReadEntry()
RowGroupReadEntry.getRowGroupReadEntry()
Methods in org.apache.drill.exec.store.parquet that return types with arguments of type RowGroupReadEntryModifier and TypeMethodDescriptionprotected List<RowGroupReadEntry>
AbstractParquetGroupScan.getReadEntries
(int minorFragmentId) AbstractParquetRowGroupScan.getRowGroupReadEntries()
Methods in org.apache.drill.exec.store.parquet with parameters of type RowGroupReadEntryModifier 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) Constructor parameters in org.apache.drill.exec.store.parquet with type arguments of type RowGroupReadEntryModifierConstructorDescriptionprotected
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
Constructors in org.apache.drill.exec.store.parquet2 with parameters of type RowGroupReadEntryModifierConstructorDescriptionDrillParquetReader
(FragmentContext fragmentContext, org.apache.parquet.hadoop.metadata.ParquetMetadata footer, RowGroupReadEntry entry, List<SchemaPath> columns, DrillFileSystem fileSystem, ParquetReaderUtility.DateCorruptionStatus containsCorruptedDates, long recordsToRead)