-
Notifications
You must be signed in to change notification settings - Fork 6
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
Labels
Comments
Could you give more details how do you think the implementation would be? Specially the input from the lightblue |
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. |
Moved to backlog |
@jblashka fyi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
The text was updated successfully, but these errors were encountered: