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

public class RepeatedMapVector.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, ComplexHolder holder)
    • get

      public void get(int index, int arrayIndex, ComplexHolder holder)