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 array_any_value #10812

Closed
Weijun-H opened this issue Jun 6, 2024 · 4 comments · Fixed by #12329
Closed

Support array_any_value #10812

Weijun-H opened this issue Jun 6, 2024 · 4 comments · Fixed by #12329
Assignees
Labels
enhancement New feature or request

Comments

@Weijun-H
Copy link
Member

Weijun-H commented Jun 6, 2024

Is your feature request related to a problem or challenge?

Description Returns the first non-null value in the list.
Example list_any_value([NULL, -3])
Result -3
Alias list_any_value

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

list_any_value duckdb

@Weijun-H Weijun-H added the enhancement New feature or request label Jun 6, 2024
@pingsutw
Copy link
Member

take

@athultr1997
Copy link
Contributor

@pingsutw @Weijun-H Can I take a poke at this issue if you are not working on it ? Has been stale for a while.

@Weijun-H
Copy link
Member Author

Weijun-H commented Sep 4, 2024

It seems that @pingsutw is not working on it. Please feel free to pick up @athultr1997

@athultr1997
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants