Class RepeatedSmallIntHolder

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

public final class RepeatedSmallIntHolder 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 SmallIntVector vector
      The Vector holding the actual values.
    • reader

      public FieldReader reader
  • Constructor Details

    • RepeatedSmallIntHolder

      public RepeatedSmallIntHolder()