| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatisticsDesc |
ColumnStatisticsDesc.deepCopy() |
ColumnStatisticsDesc |
ColumnStatistics.getStatsDesc() |
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnStatisticsDesc.compareTo(ColumnStatisticsDesc other) |
boolean |
ColumnStatisticsDesc.equals(ColumnStatisticsDesc that) |
void |
ColumnStatistics.setStatsDesc(ColumnStatisticsDesc statsDesc) |
| Constructor and Description |
|---|
ColumnStatistics(ColumnStatisticsDesc statsDesc,
java.util.List<ColumnStatisticsObj> statsObj) |
ColumnStatisticsDesc(ColumnStatisticsDesc other)
Performs a deep copy on other.
|
Copyright © 2013-2021. All Rights Reserved.