Function polars_lazy::dsl::functions::is_null

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

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