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