public static final class BatchSizingMemoryUtil.ColumnMemoryUsageInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
currValueCount
Current record count stored within the value vector
|
RecordBatchSizerManager.ColumnMemoryQuota |
memoryQuota
Column memory quota
|
ValueVector |
vector
Value vector which contains the column batch data
|
BatchSizingMemoryUtil.VectorMemoryUsageInfo |
vectorMemoryUsage
Current vector memory usage
|
Constructor and Description |
---|
ColumnMemoryUsageInfo() |
public ValueVector vector
public RecordBatchSizerManager.ColumnMemoryQuota memoryQuota
public int currValueCount
public final BatchSizingMemoryUtil.VectorMemoryUsageInfo vectorMemoryUsage
Copyright © 1970 The Apache Software Foundation. All rights reserved.