Uses of Class
org.apache.drill.exec.store.parquet.columnreaders.batchsizing.BatchSizingMemoryUtil.ColumnMemoryUsageInfo
Packages that use BatchSizingMemoryUtil.ColumnMemoryUsageInfo
-
Uses of BatchSizingMemoryUtil.ColumnMemoryUsageInfo in org.apache.drill.exec.store.parquet.columnreaders.batchsizing
Methods in org.apache.drill.exec.store.parquet.columnreaders.batchsizing with parameters of type BatchSizingMemoryUtil.ColumnMemoryUsageInfoModifier and TypeMethodDescriptionstatic booleanBatchSizingMemoryUtil.canAddNewData(BatchSizingMemoryUtil.ColumnMemoryUsageInfo columnMemoryUsage, long newBitsMemory, long newOffsetsMemory, long newDataMemory) This method will also load detailed information about this column's current memory usage (with regard to the value vectors).