Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: add support for GROUP BY #2174

Closed
petermattis opened this issue Aug 20, 2015 · 1 comment
Closed

sql: add support for GROUP BY #2174

petermattis opened this issue Aug 20, 2015 · 1 comment
Assignees
Milestone

Comments

@petermattis
Copy link
Collaborator

We'll need to add a groupNode similar to sortNode. There will likely be similarities to ORDER BY in terms of handling grouping on arbitrary expressions.

See also #2043 as aggregate functions are tied together with GROUP BY.

@dt
Copy link
Member

dt commented Dec 29, 2015

#3494 added GROUP BY support using arbitrary expressions (though grouping by an existing column still pending, see #3549 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants