Class UnionVector.Accessor
java.lang.Object
org.apache.drill.exec.vector.BaseValueVector.BaseAccessor
org.apache.drill.exec.vector.complex.UnionVector.Accessor
- All Implemented Interfaces:
ValueVector.Accessor
- Enclosing class:
UnionVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]get(int index) voidget(int index, ComplexHolder holder) voidget(int index, UnionHolder holder) getObject(int index) Get the Java Object representation of the element at the specified position.intReturns the number of values that is stored in this vector.booleanisNull(int index) Returns true if the value at the given index is null, false otherwise.intisSet(int index)
-
Constructor Details
-
Accessor
public Accessor()
-
-
Method Details
-
getObject
Description copied from interface:ValueVector.AccessorGet the Java Object representation of the element at the specified position. Useful for testing.- Parameters:
index- Index of the value to get
-
get
public byte[] get(int index) -
get
-
get
-
getValueCount
public int getValueCount()Description copied from interface:ValueVector.AccessorReturns the number of values that is stored in this vector. -
isNull
public boolean isNull(int index) Description copied from interface:ValueVector.AccessorReturns true if the value at the given index is null, false otherwise.- Specified by:
isNullin interfaceValueVector.Accessor- Overrides:
isNullin classBaseValueVector.BaseAccessor
-
isSet
public int isSet(int index)
-