Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2303

Add support for rollup operator

    XMLWordPrintableJSON

Details

    Description

      Add support for rollup operator (which are used for rollup analyze).

      The following query fails to parse at present:

      SELECT
      city,
      country,
      SUM(population)
      FROM
      customer
      GROUP BY
      ROLLUP(city, country);

      Reference: TPC-DS queries (5, 18, 22, ...) contain rollup operator

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              agirish Abhishek Girish
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: