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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
get
(int index, int arrayIndex, ComplexHolder holder) void
get
(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.Accessor
Get the Java Object representation of the element at the specified position. Useful for testing.- Parameters:
index
- Index of the value to get
-
get
-
get
-