public static final class RecordBatchOverflow.Builder extends Object
RecordBatchOverflow
objectModifier and Type | Method and Description |
---|---|
void |
addFieldOverflow(ValueVector vector,
int firstValueIdx,
int numValues)
Add an overflow field to this batch record overflow object; note that currently only
variable numValues objects are supported.
|
RecordBatchOverflow |
build() |
public void addFieldOverflow(ValueVector vector, int firstValueIdx, int numValues)
vector
- a value vector with overflow valuesfirstValueIdx
- index of first overflow valuenumValues
- the number of overflow values starting at index "firstValueIdx"public RecordBatchOverflow build()
Copyright © 1970 The Apache Software Foundation. All rights reserved.