Click or drag to resize

AggregationMultiFunctionDeclarationContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AggregationMultiFunctionDeclarationContext(
	string functionName,
	bool distinct,
	ConfigurationCompilerPlugInAggregationMultiFunction configuration
)

Parameters

functionName
Type: SystemString
provides the aggregation multi-function name
distinct
Type: SystemBoolean
flag whether the "distinct" keyword was provided.
configuration
Type: com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInAggregationMultiFunction
the configuration provided when the aggregation multi-functions where registered
See Also