You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pavel Tiunov (Jira)" <ji...@apache.org> on 2020/10/23 04:27:00 UTC

[jira] [Created] (ARROW-10374) [Rust] [DataFusion] Grouping by column position

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)