Class BatchSizingMemoryUtil.ColumnMemoryUsageInfo
java.lang.Object
org.apache.drill.exec.store.parquet.columnreaders.batchsizing.BatchSizingMemoryUtil.ColumnMemoryUsageInfo
- Enclosing class:
- BatchSizingMemoryUtil
A container class to hold a column batch memory usage information.
-
Field Summary
Modifier and TypeFieldDescriptionint
Current record count stored within the value vectorColumn memory quotaValue vector which contains the column batch dataCurrent vector memory usage -
Constructor Summary
-
Method Summary
-
Field Details
-
vector
Value vector which contains the column batch data -
memoryQuota
Column memory quota -
currValueCount
public int currValueCountCurrent record count stored within the value vector -
vectorMemoryUsage
Current vector memory usage
-
-
Constructor Details
-
ColumnMemoryUsageInfo
public ColumnMemoryUsageInfo()
-