Uses of Class
org.apache.hadoop.hive.ql.plan.aggregationDesc

Packages that use aggregationDesc
org.apache.hadoop.hive.ql.plan   
 

Uses of aggregationDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type aggregationDesc
 ArrayList<aggregationDesc> groupByDesc.getAggregators()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type aggregationDesc
 void groupByDesc.setAggregators(ArrayList<aggregationDesc> aggregators)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type aggregationDesc
groupByDesc(groupByDesc.Mode mode, ArrayList<exprNodeDesc> keys, ArrayList<aggregationDesc> aggregators, ArrayList<String> evalMethods, ArrayList<String> aggMethods)
           
 



Copyright © 2009 The Apache Software Foundation