| Package | Description |
|---|---|
| org.apache.tajo.plan.expr | |
| org.apache.tajo.plan.function |
| Modifier and Type | Field and Description |
|---|---|
protected AggFunction |
AggregationFunctionCallEval.instance |
| Constructor and Description |
|---|
AggregationFunctionCallEval(EvalType type,
FunctionDesc desc,
AggFunction instance,
EvalNode[] givenArgs) |
AggregationFunctionCallEval(FunctionDesc desc,
AggFunction instance,
EvalNode[] givenArgs) |
WindowFunctionEval(FunctionDesc desc,
AggFunction instance,
EvalNode[] givenArgs,
WindowSpec.WindowFrame windowFrame) |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowAggFunc<T extends Datum> |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.