pub fn coalesce(exprs: &[Expr]) -> Expr
Available on crate feature compile only.
Expand description

Folds the expressions from left to right keeping the first no null values.