Click or drag to resize

GroupByClauseExpression Interface

Base interface for group-by clause expressions, covers all possible combinations of expressions, parenthesis-expression-combinations, rollup, cube and grouping sets and their parameters.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface GroupByClauseExpression

The GroupByClauseExpression type exposes the following members.

Methods
  NameDescription
Public methodToEPL
RenderAny group by expression
Top
See Also