|
||||||||||
| 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,
boolean bucketGroup,
float groupByMemoryUsage,
float memoryThreshold)
|
|
GroupByDesc(GroupByDesc.Mode mode,
ArrayList<String> outputColumnNames,
ArrayList<ExprNodeDesc> keys,
ArrayList<AggregationDesc> aggregators,
boolean groupKeyNotReductionKey,
float groupByMemoryUsage,
float memoryThreshold)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||