Function arrow2::compute::comparison::utf8::neq_scalar_and_validity
source · [−]pub fn neq_scalar_and_validity<O: Offset>(
lhs: &Utf8Array<O>,
rhs: &str
) -> BooleanArray
Expand description
Perform lhs != rhs
operation on Utf8Array
and a scalar. Also includes null values in comparisson.