Function polars::prelude::is_not_null

source ·
pub fn is_not_null(expr: Expr) -> Expr
Available on crate feature lazy only.
Expand description

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