Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec.vector | |
org.apache.hadoop.hive.serde2.io |
Modifier and Type | Field and Description |
---|---|
HiveDecimalWritable[] |
DecimalColumnVector.vector
A vector of HiveDecimalWritable objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DecimalColumnVector.set(int elementNum,
HiveDecimalWritable writeable) |
Modifier and Type | Method and Description |
---|---|
static HiveDecimalWritable |
HiveDecimalWritable.enforcePrecisionScale(HiveDecimalWritable writable,
int precision,
int scale) |
Modifier and Type | Method and Description |
---|---|
int |
HiveDecimalWritable.compareTo(HiveDecimalWritable that) |
static HiveDecimalWritable |
HiveDecimalWritable.enforcePrecisionScale(HiveDecimalWritable writable,
int precision,
int scale) |
void |
HiveDecimalWritable.set(HiveDecimalWritable writable) |
Constructor and Description |
---|
HiveDecimalWritable(HiveDecimalWritable writable) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.