Click or drag to resize

AggregationFunctionFactory Interface

Interface to implement for factories of aggregation functions.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface AggregationFunctionFactory

The AggregationFunctionFactory type exposes the following members.

Methods
  NameDescription
Public methodNewAggregator
Make a new initalized aggregation state.
Top
See Also