Click or drag to resize

PlugInProjectionExpression Constructor (String, Boolean, Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PlugInProjectionExpression(
	string functionName,
	bool isDistinct,
	params Expression[] moreExpressions
)

Parameters

functionName
Type: SystemString
the name of the function
isDistinct
Type: SystemBoolean
true for distinct
moreExpressions
Type: com.espertech.esper.common.client.sodaExpression
provides aggregated values
See Also