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

Added generic variants for functions 'least' and 'greatest'. #10318

Merged
merged 5 commits into from Apr 18, 2020

Conversation

alexey-milovidov
Copy link
Member

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added generic variants for functions least and greatest. Now they work with arbitrary number of arguments of arbitrary types. This fixes #4767

Detailed description / Documentation draft:
NULLs last.

@alexey-milovidov alexey-milovidov added pr-feature Pull request with new product feature doc-alert labels Apr 16, 2020
@alexey-milovidov alexey-milovidov merged commit 43d48a2 into master Apr 18, 2020
@alexey-milovidov alexey-milovidov deleted the least-greatest-generic branch April 18, 2020 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function 'greatest' working for non numeric and for more than 2 arguments
1 participant