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, boolean bucketGroup, float groupByMemoryUsage, float memoryThreshold, List<Integer> listGroupingSets, boolean groupingSetsPresent, int groupingSetsPosition)
           
GroupByDesc(GroupByDesc.Mode mode, ArrayList<String> outputColumnNames, ArrayList<ExprNodeDesc> keys, ArrayList<AggregationDesc> aggregators, boolean groupKeyNotReductionKey, float groupByMemoryUsage, float memoryThreshold, List<Integer> listGroupingSets, boolean groupingSetsPresent, int groupingSetsPosition)
           
 



Copyright © 2011 The Apache Software Foundation