Uses of Class
org.apache.drill.metastore.metadata.RowGroupMetadata
Packages that use RowGroupMetadata
Package
Description
-
Uses of RowGroupMetadata in org.apache.drill.exec.metastore.store.parquet
Methods in org.apache.drill.exec.metastore.store.parquet that return types with arguments of type RowGroupMetadataModifier and TypeMethodDescriptionMetastoreParquetTableMetadataProvider.getRowGroupsMeta()ParquetMetadataProvider.getRowGroupsMeta()Returns list ofRowGroupMetadatainstances which provides metadata for specific row group and its columns.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> MetastoreParquetTableMetadataProvider.getRowGroupsMetadataMap()com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> ParquetMetadataProvider.getRowGroupsMetadataMap()Returns multimap ofRowGroupMetadatainstances which provides metadata for specific row group and its columns mapped to their locations. -
Uses of RowGroupMetadata in org.apache.drill.exec.store.parquet
Fields in org.apache.drill.exec.store.parquet with type parameters of type RowGroupMetadataModifier and TypeFieldDescriptionprotected com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> AbstractParquetGroupScan.rowGroupsprotected com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> AbstractParquetGroupScan.RowGroupScanFilterer.rowGroupsMethods in org.apache.drill.exec.store.parquet that return RowGroupMetadataModifier and TypeMethodDescriptionstatic RowGroupMetadataParquetTableMetadataUtils.getRowGroupMetadata(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata, int rgIndexInFile, org.apache.hadoop.fs.Path location) ReturnsRowGroupMetadatainstance converted from specified parquetrowGroupMetadata.Methods in org.apache.drill.exec.store.parquet that return types with arguments of type RowGroupMetadataModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> AbstractParquetGroupScan.RowGroupScanFilterer.getRowGroups()BaseParquetMetadataProvider.getRowGroupsMeta()protected com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> AbstractParquetGroupScan.getRowGroupsMetadata()static com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> ParquetTableMetadataUtils.getRowGroupsMetadata(MetadataBase.ParquetTableMetadataBase tableMetadata) Returns list ofRowGroupMetadatareceived by converting parquet row groups metadata taken from the specified tableMetadata.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> BaseParquetMetadataProvider.getRowGroupsMetadataMap()protected com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> AbstractParquetGroupScan.pruneRowGroupsForFiles(Map<org.apache.hadoop.fs.Path, FileMetadata> filteredFileMetadata) Method parameters in org.apache.drill.exec.store.parquet with type arguments of type RowGroupMetadataModifier and TypeMethodDescriptionstatic FileMetadataParquetTableMetadataUtils.getFileMetadata(Collection<RowGroupMetadata> rowGroups) ReturnsFileMetadatainstance received by merging specifiedRowGroupMetadatalist.AbstractParquetGroupScan.RowGroupScanFilterer.rowGroups(com.google.common.collect.Multimap<org.apache.hadoop.fs.Path, RowGroupMetadata> rowGroups) -
Uses of RowGroupMetadata in org.apache.drill.metastore.components.tables
Methods in org.apache.drill.metastore.components.tables that return types with arguments of type RowGroupMetadataModifier and TypeMethodDescriptionBasicTablesTransformer.MetadataHolder.rowGroups()static List<RowGroupMetadata> BasicTablesTransformer.rowGroups(List<TableMetadataUnit> units) BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo, String metadataKey, String path) Returns row groups metadata based on given table information, metadata key and location.BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo, List<String> metadataKeys, List<String> paths) Returns row groups metadata based on the given table information, metadata keys and locations.BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo, List<MetadataInfo> metadataInfos) Returns row groups metadata based on given table information and metadata identifiers. -
Uses of RowGroupMetadata in org.apache.drill.metastore.metadata
Methods in org.apache.drill.metastore.metadata that return RowGroupMetadata