org.apache.hadoop.hive.ql.plan
Class groupByDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.groupByDesc
- All Implemented Interfaces:
- Serializable
public class groupByDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupByDesc
public groupByDesc()
groupByDesc
public groupByDesc(groupByDesc.Mode mode,
ArrayList<exprNodeDesc> keys,
ArrayList<aggregationDesc> aggregators,
ArrayList<String> evalMethods,
ArrayList<String> aggMethods)
getMode
public groupByDesc.Mode getMode()
getModeString
public String getModeString()
setMode
public void setMode(groupByDesc.Mode mode)
getKeys
public ArrayList<exprNodeDesc> getKeys()
setKeys
public void setKeys(ArrayList<exprNodeDesc> keys)
getAggregators
public ArrayList<aggregationDesc> getAggregators()
setAggregators
public void setAggregators(ArrayList<aggregationDesc> aggregators)
getEvalMethods
public ArrayList<String> getEvalMethods()
setEvalMethods
public void setEvalMethods(ArrayList<String> evalMethods)
getAggMethods
public ArrayList<String> getAggMethods()
setAggMethods
public void setAggMethods(ArrayList<String> aggMethods)
Copyright © 2009 The Apache Software Foundation