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