@Deprecated public final class NullableDecimal38SparseHolder extends Object implements ValueHolder
VarDecimalHolder
holder instead.Modifier and Type | Field and Description |
---|---|
DrillBuf |
buffer
Deprecated.
|
int |
isSet
Deprecated.
|
static int |
maxPrecision
Deprecated.
|
static int |
nDecimalDigits
Deprecated.
|
int |
precision
Deprecated.
|
int |
scale
Deprecated.
|
int |
start
Deprecated.
|
static TypeProtos.MajorType |
TYPE
Deprecated.
|
static int |
WIDTH
Deprecated.
|
Constructor and Description |
---|
NullableDecimal38SparseHolder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
getInteger(int index,
int start,
DrillBuf buffer)
Deprecated.
|
static boolean |
getSign(int start,
DrillBuf buffer)
Deprecated.
|
int |
hashCode()
Deprecated.
|
static void |
setInteger(int index,
int value,
int start,
DrillBuf buffer)
Deprecated.
|
static void |
setSign(boolean sign,
int start,
DrillBuf buffer)
Deprecated.
|
String |
toString()
Deprecated.
|
@Deprecated public static final TypeProtos.MajorType TYPE
public static final int WIDTH
public int isSet
public int start
public DrillBuf buffer
public int precision
public int scale
public static final int maxPrecision
public static final int nDecimalDigits
public static int getInteger(int index, int start, DrillBuf buffer)
public static void setInteger(int index, int value, int start, DrillBuf buffer)
public static void setSign(boolean sign, int start, DrillBuf buffer)
public static boolean getSign(int start, DrillBuf buffer)
@Deprecated public int hashCode()
@Deprecated public String toString()
Copyright © 1970 The Apache Software Foundation. All rights reserved.