pub fn gt_eq_dyn_bool_scalar(
    left: &dyn Array,
    right: bool
) -> Result<BooleanArray, ArrowError>
👎Deprecated: Use arrow_ord::cmp::gt_eq
Expand description

Perform left >= right operation on an array and a numeric scalar value. Supports BooleanArrays.