Function polars::export::arrow::compute::comparison::binary::neq_scalar
source · [−]pub fn neq_scalar<O>(lhs: &BinaryArray<O>, rhs: &[u8]) -> BooleanArray where
O: Offset,
This is supported on crate feature
compute_comparison
only.Expand description
Perform lhs != rhs
operation on BinaryArray
and a scalar.