Uses of Class
org.apache.drill.exec.store.parquet.columnreaders.batchsizing.RecordBatchSizerManager.VarLenColumnBatchStats
Packages that use RecordBatchSizerManager.VarLenColumnBatchStats
-
Uses of RecordBatchSizerManager.VarLenColumnBatchStats in org.apache.drill.exec.store.parquet.columnreaders.batchsizing
Method parameters in org.apache.drill.exec.store.parquet.columnreaders.batchsizing with type arguments of type RecordBatchSizerManager.VarLenColumnBatchStatsModifier and TypeMethodDescriptionvoidRecordBatchSizerManager.onEndOfBatch(int batchNumRecords, List<RecordBatchSizerManager.VarLenColumnBatchStats> batchStats) Enables this object to optimize the impact of overflows by computing more accurate VL column precision.