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

Add variadic coalesce #316

Open
lognaturel opened this issue Jul 18, 2024 · 0 comments
Open

Add variadic coalesce #316

lognaturel opened this issue Jul 18, 2024 · 0 comments

Comments

@lognaturel
Copy link
Member

Currently coalesce can only take two values as arguments. It's relatively common to need to coalesce multiple values. This involves writing nested coalesce calls.

concat is a similar accumulator function. It has a variadic variant which is very helpful. It would be helpful to do the same with coalesce.

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

1 participant