Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static GroupByClause |
GroupByClause.create()
Creates an empty group-by clause, to add to via add methods.
|
static GroupByClause |
GroupByClause.create(Expression... expressions)
Creates a group-by clause from expressions.
|
static GroupByClause |
GroupByClause.create(String... properties)
Creates a group-by clause from property names.
|
GroupByClause |
EPStatementObjectModel.getGroupByClause()
Return the group-by-clause, or null to indicate that the clause is absent.
|
Modifier and Type | Method and Description |
---|---|
EPStatementObjectModel |
EPStatementObjectModel.groupByClause(GroupByClause groupByClause)
Specify a group-by-clause.
|
void |
EPStatementObjectModel.setGroupByClause(GroupByClause groupByClause)
Specify a group-by-clause.
|