Click or drag to resize

AggregationMultiFunctionState Interface

Base interface for providing access-aggregations, i.e. aggregations that mirror a data window but group by the group-by clause and that do not mirror the data windows sorting policy.

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

The AggregationMultiFunctionState type exposes the following members.

Methods
  NameDescription
Public methodApplyEnter
Enter an event.
Public methodApplyLeave
Remove an event.
Public methodClear
Clear all events in the group.
Top
See Also