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

public class DictVector.Accessor extends AbstractRepeatedMapVector.Accessor
  • Constructor Details

    • Accessor

      public Accessor()
  • Method Details

    • getObject

      public Object getObject(int index)
      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

      public void get(int index, DictHolder holder)