| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive | |
| org.apache.hadoop.hive.serde2.typeinfo |
This package provides the implementation of the SerDe type system.
|
| Constructor and Description |
|---|
LazyHiveDecimalObjectInspector(DecimalTypeInfo typeInfo) |
| Constructor and Description |
|---|
JavaHiveDecimalObjectInspector(DecimalTypeInfo typeInfo) |
WritableHiveDecimalObjectInspector(DecimalTypeInfo typeInfo) |
| Modifier and Type | Field and Description |
|---|---|
static DecimalTypeInfo |
TypeInfoFactory.decimalTypeInfo
A DecimalTypeInfo instance that has max precision and max scale.
|
| Modifier and Type | Method and Description |
|---|---|
static DecimalTypeInfo |
HiveDecimalUtils.getDecimalTypeForPrimitiveCategory(PrimitiveTypeInfo a) |
static DecimalTypeInfo |
TypeInfoFactory.getDecimalTypeInfo(int precision,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
static HiveDecimal |
HiveDecimalUtils.enforcePrecisionScale(HiveDecimal dec,
DecimalTypeInfo typeInfo) |
static HiveDecimalWritable |
HiveDecimalUtils.enforcePrecisionScale(HiveDecimalWritable writable,
DecimalTypeInfo typeInfo) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.