Uses of Class
org.apache.drill.exec.store.parquet.columnreaders.ParquetColumnMetadata
Packages that use ParquetColumnMetadata
Package
Description
-
Uses of ParquetColumnMetadata in org.apache.drill.exec.store.parquet.columnreaders
Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type ParquetColumnMetadata -
Uses of ParquetColumnMetadata in org.apache.drill.exec.store.parquet.columnreaders.batchsizing
Methods in org.apache.drill.exec.store.parquet.columnreaders.batchsizing with parameters of type ParquetColumnMetadataModifier and TypeMethodDescriptionstatic long
BatchSizingMemoryUtil.computeFixedLengthVectorMemory
(ParquetColumnMetadata column, int valueCount) static long
BatchSizingMemoryUtil.computeVariableLengthVectorMemory
(ParquetColumnMetadata column, long averagePrecision, int valueCount) static int
BatchSizingMemoryUtil.getAvgVariableLengthColumnTypePrecision
(ParquetColumnMetadata column) This method will return a default value for variable columns; it aims at minimizing internal fragmentation.static int
BatchSizingMemoryUtil.getFixedColumnTypePrecision
(ParquetColumnMetadata column)