Uses of Class
org.apache.drill.metastore.metadata.PartitionMetadata
Packages that use PartitionMetadata
Package
Description
-
Uses of PartitionMetadata in org.apache.drill.exec.metastore.store
Fields in org.apache.drill.exec.metastore.store with type parameters of type PartitionMetadataModifier and TypeFieldDescriptionprotected List<PartitionMetadata>
MetastoreFileTableMetadataProvider.partitions
Methods in org.apache.drill.exec.metastore.store that return types with arguments of type PartitionMetadataModifier and TypeMethodDescriptionMetastoreFileTableMetadataProvider.getPartitionMetadata
(SchemaPath columnName) SimpleFileTableMetadataProvider.getPartitionMetadata
(SchemaPath columnName) MetastoreFileTableMetadataProvider.getPartitionsMetadata()
SimpleFileTableMetadataProvider.getPartitionsMetadata()
Methods in org.apache.drill.exec.metastore.store with parameters of type PartitionMetadataModifier and TypeMethodDescriptionMetastoreFileTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) SimpleFileTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) -
Uses of PartitionMetadata in org.apache.drill.exec.physical.base
Fields in org.apache.drill.exec.physical.base with type parameters of type PartitionMetadataModifier and TypeFieldDescriptionprotected List<PartitionMetadata>
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.partitions
protected List<PartitionMetadata>
AbstractGroupScanWithMetadata.partitions
Methods in org.apache.drill.exec.physical.base that return types with arguments of type PartitionMetadataModifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.getPartitions()
AbstractGroupScanWithMetadata.getPartitionsMetadata()
protected List<PartitionMetadata>
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.pruneForSegments
(List<PartitionMetadata> metadataToPrune, Map<org.apache.hadoop.fs.Path, SegmentMetadata> filteredSegmentMetadata) Removes metadata which does not belong to any of partitions in metadata list.Method parameters in org.apache.drill.exec.physical.base with type arguments of type PartitionMetadataModifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.partitions
(List<PartitionMetadata> partitions) protected 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 List<PartitionMetadata>
AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.pruneForSegments
(List<PartitionMetadata> metadataToPrune, Map<org.apache.hadoop.fs.Path, SegmentMetadata> filteredSegmentMetadata) Removes metadata which does not belong to any of partitions in metadata list. -
Uses of PartitionMetadata in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema with parameters of type PartitionMetadataModifier and TypeMethodDescriptionstatic List<Records.Partition>
Records.Partition.fromPartition
(String catalog, String schemaName, PartitionMetadata partitionMetadata) Constructors in org.apache.drill.exec.store.ischema with parameters of type PartitionMetadataModifierConstructorDescriptionPartition
(String catalog, String schemaName, String value, PartitionMetadata partitionMetadata) -
Uses of PartitionMetadata in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return PartitionMetadataModifier and TypeMethodDescriptionstatic PartitionMetadata
ParquetTableMetadataUtils.getPartitionMetadata
(SchemaPath partitionColumn, List<FileMetadata> files) ReturnsPartitionMetadata
instance received by merging specifiedFileMetadata
list.Methods in org.apache.drill.exec.store.parquet that return types with arguments of type PartitionMetadataModifier and TypeMethodDescriptionBaseParquetMetadataProvider.getPartitionMetadata
(SchemaPath columnName) BaseParquetMetadataProvider.getPartitionsMetadata()
Methods in org.apache.drill.exec.store.parquet with parameters of type PartitionMetadataModifier and TypeMethodDescriptionBaseParquetMetadataProvider.getFilesForPartition
(PartitionMetadata partition) Method parameters in org.apache.drill.exec.store.parquet with type arguments of type PartitionMetadataModifier 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. -
Uses of PartitionMetadata in org.apache.drill.metastore.components.tables
Methods in org.apache.drill.metastore.components.tables that return types with arguments of type PartitionMetadataModifier and TypeMethodDescriptionBasicTablesTransformer.MetadataHolder.partitions()
static List<PartitionMetadata>
BasicTablesTransformer.partitions
(List<TableMetadataUnit> units) BasicTablesRequests.partitionsMetadata
(TableInfo tableInfo, List<String> metadataKeys, String column) Returns partitions metadata based on given table information, metadata keys and column name. -
Uses of PartitionMetadata in org.apache.drill.metastore.metadata
Methods in org.apache.drill.metastore.metadata that return PartitionMetadataMethods in org.apache.drill.metastore.metadata that return types with arguments of type PartitionMetadataModifier and TypeMethodDescriptionTableMetadataProvider.getPartitionMetadata
(SchemaPath columnName) Returns list ofPartitionMetadata
instances which corresponds to partitions for specified column and provides metadata for specific partitions and its columns.TableMetadataProvider.getPartitionsMetadata()
Returns list ofPartitionMetadata
instances which provides metadata for specific partitions and its columns.Methods in org.apache.drill.metastore.metadata with parameters of type PartitionMetadataModifier and TypeMethodDescriptionTableMetadataProvider.getFilesForPartition
(PartitionMetadata partition) Returns list ofFileMetadata
instances which belongs to specified partitions.