-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support min_by
in Aggregation function
#12253
Comments
take |
These probably could be an aliases (with some additional transformations) for first/last aggregation functions -- otherwise there it'll end with two implementations of basically the same function (not something bad, but still redundant). Relevant discussion -- #12075 |
Also implemented in #12284 using a function rewrite way |
Given #12357 we may want to move this function to some other repo rather than the core |
Suggestion: #12254 (comment) |
We are going to implement these in a different repository so closing this ticket to avoid confusion: #12254 (comment) |
Is your feature request related to a problem or challenge?
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
https://duckdb.org/docs/sql/functions/aggregates#min_byarg-val
https://docs.databricks.com/en/sql/language-manual/functions/min_by.html
The text was updated successfully, but these errors were encountered: