public static interface ValueVector.Accessor
| Modifier and Type | Method and Description |
|---|---|
int |
getNullCount() |
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount() |
boolean |
isNull(int index) |
Object getObject(int index)
index - Index of the value to getint getValueCount()
boolean isNull(int index)
index - the index to check for nullityint getNullCount()
Copyright © 2017 The Apache Software Foundation. All rights reserved.