-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 GROUPING support to Presto #4805
Comments
FWIW, the standard specifies a Postgres implements this as http://www.postgresql.org/docs/9.5/static/functions-aggregate.html |
The standard section is 4.16 in Part 2 of SQL:2011 |
@cpcloud We will almost certainly implement this as per the spec. |
It's specified in more detail in section 4.9:
|
For completeness, from section 4.16.2:
|
Nice, thanks for posting that. |
I'd like to start work on this if no one else is looking into it. |
I spent some time trying to understand the 4.16.2 section of the spec quoted by Martin above and I'd like to share my findings for the benefit of others who might want to verify that my implementation of The phrase "aggregation over that Both Teradata and Postgres implement the |
@petroav, any updates here? |
@parekhparth yes I'm going to put up a Teradata internal review tomorrow. The patch was re-written to use a synthetic type so that the arguments are not serialized/de-serialized at every invocation. |
@petroav How did the review go? |
This is close, but it's still being worked on: #7712 |
Closing this since the feature got merged #8043. |
No description provided.
The text was updated successfully, but these errors were encountered: