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