Uses of Class
org.apache.drill.exec.store.parquet.metadata.MetadataBase.RowGroupMetadata
Package
Description
-
Uses of MetadataBase.RowGroupMetadata in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionstatic Map<SchemaPath,
TypeProtos.MajorType> ParquetTableMetadataUtils.getIntermediateFields
(MetadataBase.ParquetTableMetadataBase parquetTableMetadata, MetadataBase.RowGroupMetadata rowGroup) Returns map of column names with their Drill types for everyNameSegment
inSchemaPath
in specifiedrowGroup
.static Map<SchemaPath,
ColumnStatistics<?>> ParquetTableMetadataUtils.getRowGroupColumnStatistics
(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata) Converts specifiedMetadataBase.RowGroupMetadata
into the map ofColumnStatistics
instances with column names as keys.static Map<SchemaPath,
TypeProtos.MajorType> ParquetTableMetadataUtils.getRowGroupFields
(MetadataBase.ParquetTableMetadataBase parquetTableMetadata, MetadataBase.RowGroupMetadata rowGroup) Returns map of column names with their drill types for specifiedrowGroup
.static RowGroupMetadata
ParquetTableMetadataUtils.getRowGroupMetadata
(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata, int rgIndexInFile, org.apache.hadoop.fs.Path location) ReturnsRowGroupMetadata
instance converted from specified parquetrowGroupMetadata
. -
Uses of MetadataBase.RowGroupMetadata in org.apache.drill.exec.store.parquet.metadata
Modifier and TypeClassDescriptionstatic class
A struct that contains the metadata for a parquet row groupstatic class
A struct that contains the metadata for a parquet row groupstatic class
A struct that contains the metadata for a parquet row groupstatic class
A struct that contains the metadata for a parquet row groupModifier and TypeMethodDescriptionList<? extends MetadataBase.RowGroupMetadata>
Metadata_V1.ParquetFileMetadata_v1.getRowGroups()
List<? extends MetadataBase.RowGroupMetadata>
Metadata_V2.ParquetFileMetadata_v2.getRowGroups()
List<? extends MetadataBase.RowGroupMetadata>
Metadata_V3.ParquetFileMetadata_v3.getRowGroups()
List<? extends MetadataBase.RowGroupMetadata>
Metadata_V4.ParquetFileMetadata_v4.getRowGroups()
abstract List<? extends MetadataBase.RowGroupMetadata>
MetadataBase.ParquetFileMetadata.getRowGroups()