Class GroupByClauseExpressionSingle
java.lang.Object
com.espertech.esper.common.client.soda.GroupByClauseExpressionSingle
- All Implemented Interfaces:
GroupByClauseExpression
,Serializable
Represents a single expression (non-combined, rollup/cube or grouping set) as part of a group-by expression.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression.void
setExpression
(Expression expression) Sets the expression.void
toEPL
(StringWriter writer) Render group by expression
-
Constructor Details
-
GroupByClauseExpressionSingle
Ctor.- Parameters:
expression
- the expression
-
GroupByClauseExpressionSingle
public GroupByClauseExpressionSingle()Ctor.
-
-
Method Details
-
getExpression
Returns the expression.- Returns:
- expressions
-
setExpression
Sets the expression.- Parameters:
expression
- expression to set
-
toEPL
Description copied from interface:GroupByClauseExpression
Render group by expression- Specified by:
toEPL
in interfaceGroupByClauseExpression
- Parameters:
writer
- to render to
-