datafusion_functions::core::expr_fn

Function 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