Function polars::export::arrow::compute::comparison::utf8::neq_and_validity
source · [−]pub fn neq_and_validity<O>(
lhs: &Utf8Array<O>,
rhs: &Utf8Array<O>
) -> BooleanArray where
O: Offset,
This is supported on crate feature
compute_comparison
only.Expand description
Perform lhs != rhs
operation on Utf8Array
and include validities in comparison.