Interface GroupByClauseExpression
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GroupByClauseExpressionCombination
,GroupByClauseExpressionGroupingSet
,GroupByClauseExpressionRollupOrCube
,GroupByClauseExpressionSingle
Base interface for group-by clause expressions, covers all possible combinations
of expressions, parenthesis-expression-combinations, rollup, cube and grouping sets
and their parameters.
-
Method Summary
-
Method Details
-
toEPL
Render group by expression- Parameters:
writer
- to render to
-