Skip to content

Add variadic coalesce #316

@lognaturel

Description

@lognaturel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions