Class RepeatedIntHolder

java.lang.Object
org.apache.drill.exec.expr.holders.RepeatedIntHolder
All Implemented Interfaces:
ValueHolder

public final class RepeatedIntHolder extends Object implements ValueHolder
  • Field Details

    • TYPE

      public static final TypeProtos.MajorType TYPE
    • start

      public int start
      The first index (inclusive) into the Vector.
    • end

      public int end
      The last index (exclusive) into the Vector.
    • vector

      public IntVector vector
      The Vector holding the actual values.
    • reader

      public FieldReader reader
  • Constructor Details

    • RepeatedIntHolder

      public RepeatedIntHolder()