Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
DecimalColumnStatsData |
DecimalColumnStatsData.deepCopy() |
DecimalColumnStatsData |
ColumnStatisticsData.getDecimalStats() |
Modifier and Type | Method and Description |
---|---|
int |
DecimalColumnStatsData.compareTo(DecimalColumnStatsData other) |
static ColumnStatisticsData |
ColumnStatisticsData.decimalStats(DecimalColumnStatsData value) |
boolean |
DecimalColumnStatsData.equals(DecimalColumnStatsData that) |
void |
ColumnStatisticsData.setDecimalStats(DecimalColumnStatsData value) |
Constructor and Description |
---|
DecimalColumnStatsData(DecimalColumnStatsData other)
Performs a deep copy on other.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.