Function datafusion::functions::expr_fn::coalesce

source ยท
pub fn coalesce(args: Vec<Expr>) -> Expr
Expand description

Returns coalesce(args...), which evaluates to the value of the first expr which is not NULL