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 ofRowGroupMetadata
instances which provides metadata for specific row group and its columns.org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> MetastoreParquetTableMetadataProvider.getRowGroupsMetadataMap()
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> ParquetMetadataProvider.getRowGroupsMetadataMap()
Returns multimap ofRowGroupMetadata
instances 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 org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> AbstractParquetGroupScan.rowGroups
protected org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> AbstractParquetGroupScan.RowGroupScanFilterer.rowGroups
Methods in org.apache.drill.exec.store.parquet that return RowGroupMetadataModifier and TypeMethodDescriptionstatic RowGroupMetadata
ParquetTableMetadataUtils.getRowGroupMetadata
(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata, int rgIndexInFile, org.apache.hadoop.fs.Path location) ReturnsRowGroupMetadata
instance converted from specified parquetrowGroupMetadata
.Methods in org.apache.drill.exec.store.parquet that return types with arguments of type RowGroupMetadataModifier and TypeMethodDescriptionorg.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> AbstractParquetGroupScan.RowGroupScanFilterer.getRowGroups()
BaseParquetMetadataProvider.getRowGroupsMeta()
protected org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> AbstractParquetGroupScan.getRowGroupsMetadata()
static org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> ParquetTableMetadataUtils.getRowGroupsMetadata
(MetadataBase.ParquetTableMetadataBase tableMetadata) Returns list ofRowGroupMetadata
received by converting parquet row groups metadata taken from the specified tableMetadata.org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,
RowGroupMetadata> BaseParquetMetadataProvider.getRowGroupsMetadataMap()
protected org.apache.drill.shaded.guava.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 FileMetadata
ParquetTableMetadataUtils.getFileMetadata
(Collection<RowGroupMetadata> rowGroups) ReturnsFileMetadata
instance received by merging specifiedRowGroupMetadata
list.AbstractParquetGroupScan.RowGroupScanFilterer.rowGroups
(org.apache.drill.shaded.guava.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