Function polars::prelude::coalesce

source ·
pub fn coalesce(exprs: &[Expr]) -> Expr
Available on crate feature lazy only.
Expand description

Folds the expressions from left to right keeping the first non-null values.

It is an error to provide an empty exprs.