Package org.apache.drill.exec.vector
Class ObjectVector.Accessor
java.lang.Object
org.apache.drill.exec.vector.BaseValueVector.BaseAccessor
org.apache.drill.exec.vector.ObjectVector.Accessor
- All Implemented Interfaces:
ValueVector.Accessor
- Enclosing class:
- ObjectVector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(int index) void
get
(int index, ObjectHolder holder) getObject
(int index) Get the Java Object representation of the element at the specified position.int
Returns the number of values that is stored in this vector.Methods inherited from class org.apache.drill.exec.vector.BaseValueVector.BaseAccessor
isNull
-
Constructor Details
-
Accessor
public Accessor()
-
-
Method Details
-
getObject
Description copied from interface:ValueVector.Accessor
Get the Java Object representation of the element at the specified position. Useful for testing.- Parameters:
index
- Index of the value to get
-
getValueCount
public int getValueCount()Description copied from interface:ValueVector.Accessor
Returns the number of values that is stored in this vector. -
get
-
get
-