pub fn neq<O: Offset>(lhs: &BinaryArray<O>, rhs: &BinaryArray<O>) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

Perform lhs != rhs operation on BinaryArray.

Panic

iff the arrays do not have the same length.