Click or drag to resize

AggregationFunctionFactoryNewAggregator Method

Make a new initalized aggregation state.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
AggregationFunction NewAggregator(
	AggregationFunctionFactoryContext ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.hook.aggfuncAggregationFunctionFactoryContext
contextual information

Return Value

Type: AggregationFunction
initialized aggregator
See Also