| Package | Description |
|---|---|
| org.apache.tajo.plan.expr | |
| org.apache.tajo.plan.logical | |
| org.apache.tajo.plan.util |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowFunctionEval |
| Modifier and Type | Method and Description |
|---|---|
static Set<AggregationFunctionCallEval> |
EvalTreeUtil.findDistinctAggFunction(EvalNode expr) |
Set<AggregationFunctionCallEval> |
EvalTreeUtil.AllAggFunctionFinder.getAggregationFunction() |
| Modifier and Type | Method and Description |
|---|---|
RESULT |
EvalNodeVisitor2.visitAggrFuncCall(CONTEXT context,
AggregationFunctionCallEval evalNode,
Stack<EvalNode> stack) |
RESULT |
BasicEvalNodeVisitor.visitAggrFuncCall(CONTEXT context,
AggregationFunctionCallEval evalNode,
Stack<EvalNode> stack) |
| Modifier and Type | Method and Description |
|---|---|
AggregationFunctionCallEval[] |
GroupbyNode.getAggFunctions() |
AggregationFunctionCallEval[] |
DistinctGroupbyNode.getAggFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupbyNode.setAggFunctions(AggregationFunctionCallEval[] evals) |
void |
DistinctGroupbyNode.setAggFunctions(AggregationFunctionCallEval[] evals) |
| Modifier and Type | Field and Description |
|---|---|
static AggregationFunctionCallEval[] |
PlannerUtil.EMPTY_AGG_FUNCS |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.