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