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, isEmpty
public Object getObject(int index)
ValueVector.Accessor
index
- Index of the value to getpublic boolean isNull(int index)
ValueVector.Accessor
isNull
in interface ValueVector.Accessor
isNull
in class BaseRepeatedValueVector.BaseRepeatedAccessor
Copyright © 1970 The Apache Software Foundation. All rights reserved.