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

Support trino min(x, n), max(x,n) function #52591

Open
LZGH opened this issue Nov 4, 2024 · 1 comment
Open

Support trino min(x, n), max(x,n) function #52591

LZGH opened this issue Nov 4, 2024 · 1 comment

Comments

@LZGH
Copy link

LZGH commented Nov 4, 2024

Feature request

Is your feature request related to a problem? Please describe.

Support trino min(x, n) function
min(x, n) → array<[same as x]>
Returns n smallest values of all input values of x.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@wangsimo0 wangsimo0 changed the title Support trino min(x, n) function Support trino min(x, n), max(x,n) function Nov 4, 2024
@wangsimo0
Copy link
Contributor

max(x,n) will also be a good enhancement

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