Class RepeatedDecimal9Holder
java.lang.Object
org.apache.drill.exec.expr.holders.RepeatedDecimal9Holder
- All Implemented Interfaces:
ValueHolder
Deprecated.
Old decimal types are deprecated. Please use
VarDecimalHolder
holder instead.-
Field Summary
Modifier and TypeFieldDescriptionint
Deprecated.The last index (exclusive) into the Vector.Deprecated.int
Deprecated.The first index (inclusive) into the Vector.static final TypeProtos.MajorType
Deprecated.Deprecated.The Vector holding the actual values. -
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE
Deprecated. -
start
public int startDeprecated.The first index (inclusive) into the Vector. -
end
public int endDeprecated.The last index (exclusive) into the Vector. -
vector
Deprecated.The Vector holding the actual values. -
reader
Deprecated.
-
-
Constructor Details
-
RepeatedDecimal9Holder
public RepeatedDecimal9Holder()Deprecated.
-