pub fn gt_eq<T>(lhs: &PrimitiveArray<T>, rhs: &PrimitiveArray<T>) -> BooleanArray where
    T: NativeType + Simd8,
    T::Simd: Simd8PartialOrd
Available on crate feature compute_comparison only.
Expand description

Perform left >= right operation on two arrays. Non-null values are greater than null values.