Click or drag to resize

AggregationMultiFunctionAgentApplyEnter Method

Enter-into (add to) an aggregation

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void ApplyEnter(
	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