Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ignore nulls options to concat function (#605)
This PR adds an `null_handling ` option to the concat function. Some engines have two versions of the concat function. Where one ignores null arguments. example: Postgres has the `||` operator which doesn't ignore nulls and `concat` which does ignore nulls https://www.postgresqltutorial.com/postgresql-string-functions/postgresql-concat-function/
- Loading branch information