You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently
coalesce
can only take two values as arguments. It's relatively common to need to coalesce multiple values. This involves writing nestedcoalesce
calls.concat
is a similar accumulator function. It has a variadic variant which is very helpful. It would be helpful to do the same withcoalesce
.The text was updated successfully, but these errors were encountered: