 | AggregationMultiFunctionAgentApplyLeave Method |
Leave-from (remove from) an aggregation
Namespace:
com.espertech.esper.common.client.hook.aggmultifunc
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxvoid ApplyLeave(
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext,
AggregationRow row,
int column
)
Parameters
- eventsPerStream
- Type: com.espertech.esper.common.clientEventBean
events - exprEvaluatorContext
- Type: ExprEvaluatorContext
evaluation context - row
- Type: AggregationRow
aggregation row - column
- Type: SystemInt32
column assigned to the aggregation state
See Also