public class UnionVector.Accessor extends BaseValueVector.BaseAccessor
| Constructor and Description |
|---|
Accessor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(int index) |
void |
get(int index,
ComplexHolder holder) |
void |
get(int index,
UnionHolder holder) |
Object |
getObject(int index)
Get the Java Object representation of the element at the specified position.
|
int |
getValueCount() |
boolean |
isNull(int index) |
int |
isSet(int index) |
getNullCountpublic Object getObject(int index)
ValueVector.Accessorindex - Index of the value to getpublic byte[] get(int index)
public void get(int index,
ComplexHolder holder)
public void get(int index,
UnionHolder holder)
public int getValueCount()
public 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.