|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnStatisticsDesc | |
---|---|
org.apache.hadoop.hive.metastore.api |
Uses of ColumnStatisticsDesc in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return ColumnStatisticsDesc | |
---|---|
ColumnStatisticsDesc |
ColumnStatisticsDesc.deepCopy()
|
ColumnStatisticsDesc |
ColumnStatistics.getStatsDesc()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type ColumnStatisticsDesc | |
---|---|
int |
ColumnStatisticsDesc.compareTo(ColumnStatisticsDesc other)
|
boolean |
ColumnStatisticsDesc.equals(ColumnStatisticsDesc that)
|
void |
ColumnStatistics.setStatsDesc(ColumnStatisticsDesc statsDesc)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type ColumnStatisticsDesc | |
---|---|
ColumnStatistics(ColumnStatisticsDesc statsDesc,
List<ColumnStatisticsObj> statsObj)
|
|
ColumnStatisticsDesc(ColumnStatisticsDesc other)
Performs a deep copy on other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |