Function polars::export::arrow::compute::comparison::boolean::neq_scalar
source · [−]pub fn neq_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArrayThis is supported on crate feature
compute_comparison only.Expand description
Perform left != right operation on an array and a scalar value.