public class ListVector.Accessor extends BaseRepeatedValueVector.BaseRepeatedAccessor
| Constructor and Description |
|---|
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.
|
boolean |
isNull(int index) |
getInnerValueCount, getInnerValueCountAt, getValueCount, isEmptypublic Object getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic boolean isNull(int index)
isNull in interface ValueVector.AccessorisNull in class BaseRepeatedValueVector.BaseRepeatedAccessorindex - the index to check for nullitypublic int getNullCount()
getNullCount in interface ValueVector.AccessorgetNullCount in class BaseValueVector.BaseAccessorCopyright © 2017 The Apache Software Foundation. All rights reserved.