public class ListVector.Accessor extends BaseRepeatedValueVector.BaseRepeatedAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
boolean |
isNull(int index)
Returns true if the value at the given index is null, false otherwise.
|
getInnerValueCount, getInnerValueCountAt, getValueCount, isEmptypublic Object getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic boolean isNull(int index)
ValueVector.AccessorisNull in interface ValueVector.AccessorisNull in class BaseRepeatedValueVector.BaseRepeatedAccessorCopyright © 2021 The Apache Software Foundation. All rights reserved.