public static final class RecordBatchSizerManager.VarLenColumnBatchStats extends Object
Modifier and Type | Field and Description |
---|---|
int |
numValuesRead
Number of values read in the current batch
|
ValueVector |
vector
Value vector associated with a VL column
|
Constructor and Description |
---|
VarLenColumnBatchStats(ValueVector vector,
int numValuesRead)
Constructor.
|
public final ValueVector vector
public final int numValuesRead
public VarLenColumnBatchStats(ValueVector vector, int numValuesRead)
vector
- value vectornumValuesRead
- number of valuesCopyright © 1970 The Apache Software Foundation. All rights reserved.