Click or drag to resize

ExpressionsPlugInAggregation Method

Plug-in aggregation function.

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

Parameters

functionName
Type: SystemString
is the function name
moreExpressions
Type: com.espertech.esper.common.client.sodaExpression
provides the values to aggregate

Return Value

Type: PlugInProjectionExpression
expression
See Also