Click or drag to resize

AggregationMultiFunctionAccessor Interface

Accessor for access aggregation functions.

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

The AggregationMultiFunctionAccessor type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerableEvent
Return the aggregation state value consisting of a single event.
Public methodGetEnumerableEvents
Public methodGetEnumerableScalar
Public methodGetValue
Return the aggregation state value either as a scalar value or any other object.

For enumeration over scalar values or objects return an array or collection of scalar or object values.

Use the #getEnumerableEvents method to return a collection of events.

Use the #getEnumerableEvent to return a single events.

Top
See Also