public static interface ValueVector.Accessor
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
isNull(int index)
Returns true if the value at the given index is null, false otherwise.
|
Object getObject(int index)
index - Index of the value to getint getValueCount()
boolean isNull(int index)
Copyright © 2016 The Apache Software Foundation. All rights reserved.