public final class NullableMapVector.Accessor extends MapVector.Accessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(int index,
ComplexHolder holder) |
int |
getNullCount() |
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
boolean |
isNull(int index) |
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 int getNullCount()
getNullCount in interface ValueVector.AccessorgetNullCount in class BaseValueVector.BaseAccessorpublic boolean isNull(int index)
isNull in interface ValueVector.AccessorisNull in class BaseValueVector.BaseAccessorindex - the index to check for nullitypublic int isSet(int index)
Copyright © 2017 The Apache Software Foundation. All rights reserved.