Function datafusion::common::arrow::compute::gt_eq_bool_scalar
pub fn gt_eq_bool_scalar(
left: &BooleanArray,
right: bool
) -> Result<BooleanArray, ArrowError>
👎Deprecated: Use arrow_ord::cmp::gt_eq
Expand description
Perform left >= right
operation on BooleanArray
and a scalar