public interface BatchAccessor
Modifier and Type | Method and Description |
---|---|
VectorContainer |
container() |
VectorWrapper<?> |
getValueAccessorById(Class<?> clazz,
int... ids) |
TypedFieldId |
getValueVectorId(SchemaPath path) |
Iterator<VectorWrapper<?>> |
iterator() |
void |
release() |
int |
rowCount() |
BatchSchema |
schema() |
int |
schemaVersion() |
SelectionVector2 |
selectionVector2() |
SelectionVector4 |
selectionVector4() |
WritableBatch |
writableBatch() |
BatchSchema schema()
int schemaVersion()
int rowCount()
VectorContainer container()
TypedFieldId getValueVectorId(SchemaPath path)
VectorWrapper<?> getValueAccessorById(Class<?> clazz, int... ids)
WritableBatch writableBatch()
SelectionVector2 selectionVector2()
SelectionVector4 selectionVector4()
Iterator<VectorWrapper<?>> iterator()
void release()
Copyright © 1970 The Apache Software Foundation. All rights reserved.