Class RepeatedVarDecimalHolder

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

public final class RepeatedVarDecimalHolder extends Object implements ValueHolder
  • Field Details

    • TYPE

      @Deprecated public static final TypeProtos.MajorType TYPE
      Deprecated.
    • start

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

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

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

      public FieldReader reader
  • Constructor Details

    • RepeatedVarDecimalHolder

      public RepeatedVarDecimalHolder()