Uses of Class
org.apache.drill.metastore.metadata.RowGroupMetadata
Package
Description
-
Uses of RowGroupMetadata in org.apache.drill.exec.metastore.store.parquet
Modifier 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
Modifier 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
Modifier 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
.Modifier 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) Modifier 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
Modifier 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