Function polars_lazy::dsl::is_null
pub fn is_null(expr: Expr) -> Expr
Expand description
A column which is true
wherever expr
is null, false
elsewhere.
pub fn is_null(expr: Expr) -> Expr
A column which is true
wherever expr
is null, false
elsewhere.