Pavel Tiunov created ARROW-10374:
------------------------------------

             Summary: [Rust] [DataFusion] Grouping by column position
                 Key: ARROW-10374
                 URL: https://issues.apache.org/jira/browse/ARROW-10374
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust - DataFusion
            Reporter: Pavel Tiunov


It would be great to have the support of grouping by column position instead of 
grouping by exact expression. For example:
{code:java}
SELECT state, COUNT(*) FROM customers GROUP BY 1{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to