Function datafusion::logical_plan::coalesce
source · [−]Expand description
Returns coalesce(args...)
, which evaluates to the value of the first Expr
which is not NULL
Returns coalesce(args...)
, which evaluates to the value of the first Expr
which is not NULL