| Package | Description |
|---|---|
| org.apache.hadoop.hive.common.type |
| Modifier and Type | Method and Description |
|---|---|
protected FastHiveDecimal.FastCheckPrecisionScaleStatus |
FastHiveDecimal.fastCheckPrecisionScale(int maxPrecision,
int maxScale) |
static FastHiveDecimal.FastCheckPrecisionScaleStatus |
FastHiveDecimalImpl.fastCheckPrecisionScale(int fastSignum,
long fast0,
long fast1,
long fast2,
int fastIntegerDigitCount,
int fastScale,
int maxPrecision,
int maxScale) |
static FastHiveDecimal.FastCheckPrecisionScaleStatus |
FastHiveDecimal.FastCheckPrecisionScaleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastHiveDecimal.FastCheckPrecisionScaleStatus[] |
FastHiveDecimal.FastCheckPrecisionScaleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FastHiveDecimal.fastUpdatePrecisionScale(int maxPrecision,
int maxScale,
FastHiveDecimal.FastCheckPrecisionScaleStatus status,
FastHiveDecimal fastResult) |
static boolean |
FastHiveDecimalImpl.fastUpdatePrecisionScale(int fastSignum,
long fast0,
long fast1,
long fast2,
int fastIntegerDigitCount,
int fastScale,
int maxPrecision,
int maxScale,
FastHiveDecimal.FastCheckPrecisionScaleStatus status,
FastHiveDecimal fastResult) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.