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