Uses of Class
org.apache.drill.exec.store.parquet.metadata.MetadataBase.RowGroupMetadata
Packages that use MetadataBase.RowGroupMetadata
Package
Description
-
Uses of MetadataBase.RowGroupMetadata in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet with parameters of type MetadataBase.RowGroupMetadataModifier and TypeMethodDescriptionstatic Map<SchemaPath, TypeProtos.MajorType> ParquetTableMetadataUtils.getIntermediateFields(MetadataBase.ParquetTableMetadataBase parquetTableMetadata, MetadataBase.RowGroupMetadata rowGroup) Returns map of column names with their Drill types for everyNameSegmentinSchemaPathin specifiedrowGroup.static Map<SchemaPath, ColumnStatistics<?>> ParquetTableMetadataUtils.getRowGroupColumnStatistics(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata) Converts specifiedMetadataBase.RowGroupMetadatainto the map ofColumnStatisticsinstances 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 RowGroupMetadataParquetTableMetadataUtils.getRowGroupMetadata(MetadataBase.ParquetTableMetadataBase tableMetadata, MetadataBase.RowGroupMetadata rowGroupMetadata, int rgIndexInFile, org.apache.hadoop.fs.Path location) ReturnsRowGroupMetadatainstance converted from specified parquetrowGroupMetadata. -
Uses of MetadataBase.RowGroupMetadata in org.apache.drill.exec.store.parquet.metadata
Modifier and TypeClassDescriptionstatic classA struct that contains the metadata for a parquet row groupstatic classA struct that contains the metadata for a parquet row groupstatic classA struct that contains the metadata for a parquet row groupstatic classA struct that contains the metadata for a parquet row groupMethods in org.apache.drill.exec.store.parquet.metadata that return types with arguments of type MetadataBase.RowGroupMetadataModifier 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()