Class GroupByClauseExpressionCombination
java.lang.Object
com.espertech.esper.common.client.soda.GroupByClauseExpressionCombination
- All Implemented Interfaces:
GroupByClauseExpression
,Serializable
A combination of expressions is for example "(a, b)", wherein the list of expressions provided
together logically make up a grouping level.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.GroupByClauseExpressionCombination
(List<Expression> expressions) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the combined expressions.void
setExpressions
(List<Expression> expressions) Sets the combined expressions.void
toEPL
(StringWriter writer) Render group by expression
-
Constructor Details
-
GroupByClauseExpressionCombination
Ctor.- Parameters:
expressions
- combination of expressions
-
GroupByClauseExpressionCombination
public GroupByClauseExpressionCombination()Ctor.
-
-
Method Details
-
getExpressions
Returns the combined expressions.- Returns:
- expressions
-
setExpressions
Sets the combined expressions.- Parameters:
expressions
- expressions
-
toEPL
Description copied from interface:GroupByClauseExpression
Render group by expression- Specified by:
toEPL
in interfaceGroupByClauseExpression
- Parameters:
writer
- to render to
-