Click or drag to resize

AggregationMultiFunctionAccessorGetEnumerableEvent Method

Return the aggregation state value consisting of a single event.

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventBean GetEnumerableEvent(
	AggregationMultiFunctionState state,
	EventBean[] eventsPerStream,
	bool isNewData,
	ExprEvaluatorContext exprEvaluatorContext
)

Parameters

state
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionState
aggregation state, downcast as needed
eventsPerStream
Type: com.espertech.esper.common.clientEventBean
events
isNewData
Type: SystemBoolean
new-data indicator
exprEvaluatorContext
Type: ExprEvaluatorContext
eval context

Return Value

Type: EventBean
return event or null
See Also