Interface GroupByClauseExpression

All Superinterfaces:
Serializable
All Known Implementing Classes:
GroupByClauseExpressionCombination, GroupByClauseExpressionGroupingSet, GroupByClauseExpressionRollupOrCube, GroupByClauseExpressionSingle

public interface GroupByClauseExpression extends Serializable
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

    Modifier and Type
    Method
    Description
    void
    Render group by expression
  • Method Details

    • toEPL

      void toEPL(StringWriter writer)
      Render group by expression
      Parameters:
      writer - to render to