Uses of Class
org.apache.hadoop.hive.metastore.api.ColumnStatisticsDesc

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.
 



Copyright © 2012 The Apache Software Foundation