Uses of Class
org.apache.hadoop.hive.ql.plan.groupByDesc.Mode

Packages that use groupByDesc.Mode
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.plan   
 

Uses of groupByDesc.Mode in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type groupByDesc.Mode
static Method FunctionRegistry.getUDAFEvaluateMethod(String name, groupByDesc.Mode mode)
          Returns the evaluate method for the UDAF based on the aggregation mode.
 

Uses of groupByDesc.Mode in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return groupByDesc.Mode
 groupByDesc.Mode groupByDesc.getMode()
           
static groupByDesc.Mode groupByDesc.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static groupByDesc.Mode[] groupByDesc.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type groupByDesc.Mode
 void groupByDesc.setMode(groupByDesc.Mode mode)
           
 

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



Copyright © 2009 The Apache Software Foundation