pub fn coalesce(args: Vec<Expr>) -> Expr
Returns coalesce(args...), which evaluates to the value of the first expr which is not NULL
coalesce(args...)