| Package | Description |
|---|---|
| org.apache.tajo.plan.expr | |
| org.apache.tajo.plan.function |
| Modifier and Type | Method and Description |
|---|---|
FunctionContext |
AggregationFunctionCallEval.newContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowFunctionEval.merge(FunctionContext context,
Schema schema,
Tuple tuple) |
void |
AggregationFunctionCallEval.merge(FunctionContext context,
Schema schema,
Tuple tuple) |
Datum |
WindowFunctionEval.terminate(FunctionContext context) |
Datum |
AggregationFunctionCallEval.terminate(FunctionContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionContext |
WindowAggFunc.newContext() |
abstract FunctionContext |
AggFunction.newContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WindowAggFunc.eval(FunctionContext ctx,
Tuple params) |
abstract void |
AggFunction.eval(FunctionContext ctx,
Tuple params)
Deprecated.
|
Datum |
WindowAggFunc.getPartialResult(FunctionContext ctx) |
abstract Datum |
AggFunction.getPartialResult(FunctionContext ctx)
Deprecated.
|
void |
WindowAggFunc.merge(FunctionContext ctx,
Tuple part) |
void |
AggFunction.merge(FunctionContext ctx,
Tuple part)
Deprecated.
|
abstract T |
WindowAggFunc.terminate(FunctionContext ctx) |
abstract T |
AggFunction.terminate(FunctionContext ctx)
Deprecated.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.