public final class NullableMapVector.Accessor extends MapVector.Accessor
| Constructor and Description |
|---|
NullableMapVector.Accessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(int index,
ComplexHolder holder) |
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.
|
int |
isSet(int index) |
getValueCountpublic Object getObject(int index)
ValueVector.AccessorgetObject in interface ValueVector.AccessorgetObject in class MapVector.Accessorindex - Index of the value to getpublic void get(int index,
ComplexHolder holder)
get in class MapVector.Accessorpublic boolean isNull(int index)
ValueVector.AccessorisNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorpublic int isSet(int index)
Copyright © 2016 The Apache Software Foundation. All rights reserved.