Function deltalake::datafusion::logical_expr::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