Click or drag to resize

AggregationMultiFunctionTableReader Interface

Reader for aggregation multi-function state held by a table column.

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

The AggregationMultiFunctionTableReader type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Returns the plain value
Public methodGetValueCollectionEvents
Public methodGetValueCollectionScalar
Public methodGetValueEventBean
Returns a single event or null when not available. The returned by the handler indicates whether the compiler allows operations on events.
Top
See Also