Function polars_lazy::dsl::is_not_null

source ·
pub fn is_not_null(expr: Expr) -> Expr
Expand description

A column which is false wherever expr is null, true elsewhere.