Function arrow2::compute::comparison::neq_scalar_and_validity
source · [−]pub fn neq_scalar_and_validity(
lhs: &dyn Array,
rhs: &dyn Scalar
) -> BooleanArray
Expand description
!=
between an Array
and a Scalar
and includes validities in comparison.
Use can_neq_scalar
to check whether the operation is valid
Panic
Panics iff either:
- they do not have have the same logical type
- the operation is not supported for the logical type