Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
Decimal |
Decimal.deepCopy() |
Decimal |
DecimalColumnStatsData.getHighValue() |
Decimal |
DecimalColumnStatsData.getLowValue() |
Modifier and Type | Method and Description |
---|---|
int |
Decimal.compareTo(Decimal other) |
boolean |
Decimal.equals(Decimal that) |
void |
DecimalColumnStatsData.setHighValue(Decimal highValue) |
void |
DecimalColumnStatsData.setLowValue(Decimal lowValue) |
Constructor and Description |
---|
Decimal(Decimal other)
Performs a deep copy on other.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.