Class RepeatedMapVector.Accessor
java.lang.Object
org.apache.drill.exec.vector.complex.AbstractRepeatedMapVector.Accessor
org.apache.drill.exec.vector.complex.RepeatedMapVector.Accessor
- All Implemented Interfaces:
RepeatedValueVector.RepeatedAccessor,ValueVector.Accessor
- Enclosing class:
RepeatedMapVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidget(int index, int arrayIndex, ComplexHolder holder) voidget(int index, ComplexHolder holder) getObject(int index) Get the Java Object representation of the element at the specified position.Methods inherited from class org.apache.drill.exec.vector.complex.AbstractRepeatedMapVector.Accessor
get, getInnerValueCount, getInnerValueCountAt, getValueCount, isEmpty, isNull
-
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
-
get
-