| Modifier and Type | Method and Description |
|---|---|
List<RowGroupMetadata> |
ParquetMetadataProvider.getRowGroupsMeta()
Returns list of
RowGroupMetadata instances which provides metadata for specific row group and its columns. |
List<RowGroupMetadata> |
MetastoreParquetTableMetadataProvider.getRowGroupsMeta() |
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,RowGroupMetadata> |
ParquetMetadataProvider.getRowGroupsMetadataMap()
Returns multimap of
RowGroupMetadata instances which provides metadata
for specific row group and its columns mapped to their locations. |
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,RowGroupMetadata> |
MetastoreParquetTableMetadataProvider.getRowGroupsMetadataMap() |
| Modifier and Type | Field and Description |
|---|---|
protected 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 Type | Method and Description |
|---|---|
static RowGroupMetadata |
ParquetTableMetadataUtils.getRowGroupMetadata(MetadataBase.ParquetTableMetadataBase tableMetadata,
MetadataBase.RowGroupMetadata rowGroupMetadata,
int rgIndexInFile,
org.apache.hadoop.fs.Path location)
Returns
RowGroupMetadata instance converted from specified parquet rowGroupMetadata. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,RowGroupMetadata> |
AbstractParquetGroupScan.RowGroupScanFilterer.getRowGroups() |
List<RowGroupMetadata> |
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 of
RowGroupMetadata 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 Type | Method and Description |
|---|---|
static FileMetadata |
ParquetTableMetadataUtils.getFileMetadata(Collection<RowGroupMetadata> rowGroups)
Returns
FileMetadata instance received by merging specified RowGroupMetadata list. |
B |
AbstractParquetGroupScan.RowGroupScanFilterer.rowGroups(org.apache.drill.shaded.guava.com.google.common.collect.Multimap<org.apache.hadoop.fs.Path,RowGroupMetadata> rowGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<RowGroupMetadata> |
BasicTablesTransformer.MetadataHolder.rowGroups() |
static List<RowGroupMetadata> |
BasicTablesTransformer.rowGroups(List<TableMetadataUnit> units) |
List<RowGroupMetadata> |
BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo,
List<MetadataInfo> metadataInfos)
Returns row groups metadata based on given table information and metadata identifiers.
|
List<RowGroupMetadata> |
BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo,
List<String> metadataKeys,
List<String> paths)
Returns row groups metadata based on the given table information, metadata keys and locations.
|
List<RowGroupMetadata> |
BasicTablesRequests.rowGroupsMetadata(TableInfo tableInfo,
String metadataKey,
String path)
Returns row groups metadata based on given table information, metadata key and location.
|
| Constructor and Description |
|---|
MetadataHolder(List<BaseTableMetadata> tables,
List<SegmentMetadata> segments,
List<FileMetadata> files,
List<RowGroupMetadata> rowGroups,
List<PartitionMetadata> partitions) |
| Modifier and Type | Method and Description |
|---|---|
RowGroupMetadata |
RowGroupMetadata.RowGroupMetadataBuilder.build() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.