pub fn unary_cmp<T, F>(left: &PrimitiveArray<T>, op: F) -> Result<BooleanArray> where
    T: ArrowNumericType,
    F: Fn(T::Native) -> bool
Expand description

Applies an unary and infallible comparison function to a primitive array.