Class GroupByClauseExpressionGroupingSet
java.lang.Object
com.espertech.esper.common.client.soda.GroupByClauseExpressionGroupingSet
- All Implemented Interfaces:
GroupByClauseExpression
,Serializable
Represents the "grouping sets" keywords.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.GroupByClauseExpressionGroupingSet
(List<GroupByClauseExpression> expressions) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns list of expressions in grouping set.void
setExpressions
(List<GroupByClauseExpression> expressions) Sets the list of expressions in grouping set.void
toEPL
(StringWriter writer) Render group by expression
-
Constructor Details
-
GroupByClauseExpressionGroupingSet
Ctor.- Parameters:
expressions
- group-by expressions withing grouping set
-
GroupByClauseExpressionGroupingSet
public GroupByClauseExpressionGroupingSet()Ctor.
-
-
Method Details
-
getExpressions
Returns list of expressions in grouping set.- Returns:
- group-by expressions
-
setExpressions
Sets the list of expressions in grouping set.- Parameters:
expressions
- group-by expressions
-
toEPL
Description copied from interface:GroupByClauseExpression
Render group by expression- Specified by:
toEPL
in interfaceGroupByClauseExpression
- Parameters:
writer
- to render to
-