[][src]Function arrow::compute::kernels::comparison::gt_eq

pub fn gt_eq<T>(
    left: &PrimitiveArray<T>,
    right: &PrimitiveArray<T>
) -> Result<BooleanArray> where
    T: ArrowNumericType

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