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.partitionsMethods 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.partitionsprotected List<PartitionMetadata> AbstractGroupScanWithMetadata.partitionsMethods 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 PartitionMetadataParquetTableMetadataUtils.getPartitionMetadata(SchemaPath partitionColumn, List<FileMetadata> files) ReturnsPartitionMetadatainstance received by merging specifiedFileMetadatalist.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>
com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, T> AbstractParquetGroupScan.pruneForPartitions(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 ofPartitionMetadatainstances which corresponds to partitions for specified column and provides metadata for specific partitions and its columns.TableMetadataProvider.getPartitionsMetadata()Returns list ofPartitionMetadatainstances 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 ofFileMetadatainstances which belongs to specified partitions.