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

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

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<String> outputColumnNames, ArrayList<exprNodeDesc> keys, ArrayList<aggregationDesc> aggregators, boolean groupKeyNotReductionKey)
           
 



Copyright © 2009 The Apache Software Foundation