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