Class NullableDecimal38SparseHolder
java.lang.Object
org.apache.drill.exec.expr.holders.NullableDecimal38SparseHolder
- All Implemented Interfaces:
ValueHolder
Deprecated.
Old decimal types are deprecated. Please use
VarDecimalHolder holder instead.-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.intDeprecated.static final intDeprecated.static final intDeprecated.intDeprecated.intDeprecated.intDeprecated.static final TypeProtos.MajorTypeDeprecated.static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetInteger(int index, int start, DrillBuf buffer) Deprecated.static booleanDeprecated.inthashCode()Deprecated.static voidsetInteger(int index, int value, int start, DrillBuf buffer) Deprecated.static voidDeprecated.toString()Deprecated.
-
Field Details
-
TYPE
Deprecated. -
WIDTH
public static final int WIDTHDeprecated.- See Also:
-
isSet
public int isSetDeprecated. -
start
public int startDeprecated. -
buffer
Deprecated. -
precision
public int precisionDeprecated. -
scale
public int scaleDeprecated. -
maxPrecision
public static final int maxPrecisionDeprecated.- See Also:
-
nDecimalDigits
public static final int nDecimalDigitsDeprecated.- See Also:
-
-
Constructor Details
-
NullableDecimal38SparseHolder
public NullableDecimal38SparseHolder()Deprecated.
-
-
Method Details