Class DictVector.Accessor
java.lang.Object
org.apache.drill.exec.vector.complex.AbstractRepeatedMapVector.Accessor
org.apache.drill.exec.vector.complex.DictVector.Accessor
- All Implemented Interfaces:
RepeatedValueVector.RepeatedAccessor
,ValueVector.Accessor
- Enclosing class:
- DictVector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
get
(int index, DictHolder 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
-