public class RecordBatchData extends Object
Constructor and Description |
---|
RecordBatchData(VectorAccessible batch,
BufferAllocator allocator) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
VectorContainer |
getContainer() |
int |
getRecordCount() |
SelectionVector2 |
getSv2() |
List<ValueVector> |
getVectors() |
void |
setSv2(SelectionVector2 sv2) |
public RecordBatchData(VectorAccessible batch, BufferAllocator allocator)
public int getRecordCount()
public List<ValueVector> getVectors()
public void setSv2(SelectionVector2 sv2)
public SelectionVector2 getSv2()
public VectorContainer getContainer()
public void clear()
Copyright © 1970 The Apache Software Foundation. All rights reserved.