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