public final class ObjectVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
void |
get(int index,
ObjectHolder holder) |
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount()
Returns the number of values that is stored in this vector.
|
isNullpublic Object getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic int getValueCount()
ValueVector.Accessorpublic Object get(int index)
public void get(int index,
ObjectHolder holder)
Copyright © 2021 The Apache Software Foundation. All rights reserved.