Uses of Interface
org.apache.drill.metastore.metadata.LocationProvider
Package
Description
-
Uses of LocationProvider in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionprotected static <T extends BaseMetadata & LocationProvider>
Map<org.apache.hadoop.fs.Path,T> AbstractGroupScanWithMetadata.pruneForPartitions
(Map<org.apache.hadoop.fs.Path, T> metadataToPrune, List<PartitionMetadata> filteredPartitionMetadata) Removes metadata which does not belong to any of partitions in metadata list.protected static <T extends BaseMetadata & LocationProvider>
Map<org.apache.hadoop.fs.Path,T> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.pruneForSegments
(Map<org.apache.hadoop.fs.Path, T> metadataToPrune, Map<org.apache.hadoop.fs.Path, SegmentMetadata> filteredSegmentMetadata) Removes metadata which does not belong to any of partitions in metadata list.Modifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.getPartitionValues
(LocationProvider locationProvider) -
Uses of LocationProvider in org.apache.drill.exec.store.delta
Modifier and TypeMethodDescriptionDeltaGroupScan.getPartitionValues
(LocationProvider locationProvider) -
Uses of LocationProvider in org.apache.drill.exec.store.dfs.easy
Modifier and TypeMethodDescriptionEasyGroupScan.getPartitionValues
(LocationProvider locationProvider) -
Uses of LocationProvider in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveDrillNativeParquetScan.getPartitionValues
(LocationProvider locationProvider) -
Uses of LocationProvider in org.apache.drill.exec.store.parquet
Modifier and TypeClassDescriptionclass
ParquetGroupScanStatistics<T extends BaseMetadata & LocationProvider>
Holds common statistics about data in parquet group scan, including information about total row count, columns counts, partition columns.Modifier and TypeMethodDescriptionprotected static <T extends BaseMetadata & LocationProvider>
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,T> AbstractParquetGroupScan.pruneForPartitions
(org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, T> metadataToPrune, List<PartitionMetadata> filteredPartitionMetadata) Removes metadata which does not belong to any of partitions in metadata list.protected static <T extends BaseMetadata & LocationProvider>
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,T> AbstractParquetGroupScan.RowGroupScanFilterer.pruneForSegments
(org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, T> metadataToPrune, Map<org.apache.hadoop.fs.Path, SegmentMetadata> filteredSegmentMetadata) Removes metadata which does not belong to any of segments in metadata list.Modifier and TypeMethodDescriptionParquetGroupScan.getPartitionValues
(LocationProvider locationProvider) -
Uses of LocationProvider in org.apache.drill.metastore.metadata
Modifier and TypeClassDescriptionclass
Metadata which corresponds to the file level of table.class
Metadata which corresponds to the row group level of table.class
Metadata which corresponds to the segment level of table.