![]() | GroupByClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class GroupByClause
The GroupByClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | GroupByClause |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | GroupByClause(IListT) | Initializes a new instance of the GroupByClause class |
![]() | GroupByClause(String) | Ctor. |
![]() | GroupByClause(Expression) | Ctor. |
Name | Description | |
---|---|---|
![]() | GroupByExpressions | Gets or sets the expressions providing the grouped-by values. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates an empty group-by clause, to add to via add methods. |
![]() ![]() | Create(String) | Creates a group-by clause from property names. |
![]() ![]() | Create(Expression) | Creates a group-by clause from expressions. |
![]() | ToEPL | Renders the clause in textual representation. |