Click or drag to resize

GroupByClauseCreate Method (Expression)

Creates a group-by clause from expressions.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static GroupByClause Create(
	params Expression[] expressions
)

Parameters

expressions
Type: com.espertech.esper.common.client.sodaExpression
a list of one or more expressions

Return Value

Type: GroupByClause
group-by clause consisting of the expressions
See Also