Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
static ColumnStatisticsDesc |
StatObjectConverter.getPartitionColumnStatisticsDesc(MPartitionColumnStatistics mStatsObj) |
static ColumnStatisticsDesc |
StatObjectConverter.getTableColumnStatisticsDesc(MTableColumnStatistics mStatsObj) |
Modifier and Type | Method and Description |
---|---|
static MPartitionColumnStatistics |
StatObjectConverter.convertToMPartitionColumnStatistics(MPartition partition,
ColumnStatisticsDesc statsDesc,
ColumnStatisticsObj statsObj) |
static MTableColumnStatistics |
StatObjectConverter.convertToMTableColumnStatistics(MTable table,
ColumnStatisticsDesc statsDesc,
ColumnStatisticsObj statsObj) |
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,
List<ColumnStatisticsObj> statsObj) |
ColumnStatisticsDesc(ColumnStatisticsDesc other)
Performs a deep copy on other.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.