You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/02/25 02:07:04 UTC

[jira] [Created] (DRILL-2303) Add support for rollup operator

Abhishek Girish created DRILL-2303:
--------------------------------------

             Summary: Add support for rollup operator
                 Key: DRILL-2303
                 URL: https://issues.apache.org/jira/browse/DRILL-2303
             Project: Apache Drill
          Issue Type: Improvement
          Components: Query Planning & Optimization
    Affects Versions: 0.8.0
            Reporter: Abhishek Girish
            Assignee: Jinfeng Ni


Add support for rollup operator

The following query fails to parse at present:

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

Reference: TPC-DS queries contain rollup operator



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)