public class InputBatch extends BatchGroup
allocator, currentContainer, mergeIndex, schema
Constructor and Description |
---|
InputBatch(VectorContainer container,
SelectionVector2 sv2,
BufferAllocator allocator,
long dataSize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getDataSize() |
int |
getNextIndex() |
int |
getRecordCount()
Get the number of records.
|
SelectionVector2 |
getSv2() |
closeAll, getContainer, getSchema, getSelectionVector2, getSelectionVector4, getUnfilteredRecordCount, getValueAccessorById, getValueVectorId, iterator, setSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public InputBatch(VectorContainer container, SelectionVector2 sv2, BufferAllocator allocator, long dataSize)
public SelectionVector2 getSv2()
public long getDataSize()
public int getRecordCount()
VectorAccessible
getRecordCount
in interface VectorAccessible
getRecordCount
in class BatchGroup
public int getNextIndex()
getNextIndex
in class BatchGroup
public void close() throws IOException
close
in interface AutoCloseable
close
in class BatchGroup
IOException
Copyright © 2021 The Apache Software Foundation. All rights reserved.