Click or drag to resize

AggregationMultiFunctionDeclarationContext Class

Context for use with provides information about an aggregation function at the time of declaration.

Declaration means when the aggregation function is discovered at the time of parsing an EPL statement. Or when using statement object model then at the time of mapping the object model to the internal statement representation.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionDeclarationContext

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

The AggregationMultiFunctionDeclarationContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConfiguration
Returns the configuration provided when the aggregation multi-functions where registered.
Public propertyFunctionName
Returns the aggregation function name.
Top
Methods
  NameDescription
Public methodIsDistinct
Returns a flag whether the "distinct" keyword was provided.
Top
See Also