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 longBatchSizingMemoryUtil.computeFixedLengthVectorMemory(ParquetColumnMetadata column, int valueCount) static longBatchSizingMemoryUtil.computeVariableLengthVectorMemory(ParquetColumnMetadata column, long averagePrecision, int valueCount) static intBatchSizingMemoryUtil.getAvgVariableLengthColumnTypePrecision(ParquetColumnMetadata column) This method will return a default value for variable columns; it aims at minimizing internal fragmentation.static intBatchSizingMemoryUtil.getFixedColumnTypePrecision(ParquetColumnMetadata column)