Class RepeatedDecimal38SparseHolder

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

@Deprecated public final class RepeatedDecimal38SparseHolder extends Object implements ValueHolder
Deprecated.
Old decimal types are deprecated. Please use VarDecimalHolder holder instead.
  • Field Details

    • TYPE

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

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

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

      public Decimal38SparseVector vector
      Deprecated.
      The Vector holding the actual values.
    • reader

      public FieldReader reader
      Deprecated.
  • Constructor Details

    • RepeatedDecimal38SparseHolder

      public RepeatedDecimal38SparseHolder()
      Deprecated.