Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-6356

Support the ROLLUP/CUBE/GROUPING SETS/grouping() in SQLContext

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • SQL
    • None

    Description

      Support for the expression below:
      ```
      GROUP BY expression list WITH ROLLUP
      GROUP BY expression list WITH CUBE
      GROUP BY expression list GROUPING SETS(expression list2)
      ```
      and
      ```
      GROUP BY ROLLUP(expression list)
      GROUP BY CUBE(expression list)
      GROUP BY GROUPING SETS(expression list)
      ```
      and
      ```
      GROUPING (expression list)
      ```

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              waterman Yadong Qi
              Votes:
              6 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: