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

Add support for GROUP BY #35

Open
jewzaam opened this issue Sep 9, 2014 · 4 comments
Open

Add support for GROUP BY #35

jewzaam opened this issue Sep 9, 2014 · 4 comments

Comments

@jewzaam
Copy link
Member

jewzaam commented Sep 9, 2014

Currently stubbed out and not supported. Will also require some support for aggregate functions, so non-group-by columns can be returned in aggregate (min, max, sum, count, etc).

@luan-cestari
Copy link
Collaborator

Could you give more details how do you think the implementation would be? Specially the input from the lightblue

@jewzaam
Copy link
Member Author

jewzaam commented Sep 22, 2014

The simplest use case I can think of that we need is ability to do distinct on a column and return that to a client. But that isn't this specific issue, so I'd just leave it in backlog until there's a clear use case defined.

@luan-cestari
Copy link
Collaborator

Moved to backlog

@jewzaam
Copy link
Member Author

jewzaam commented Nov 25, 2014

@jblashka fyi

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

No branches or pull requests

2 participants