Function datafusion::common::arrow::compute::gt_eq_dyn_utf8_scalar

source ยท
pub fn gt_eq_dyn_utf8_scalar(
    left: &dyn Array,
    right: &str
) -> 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 StringArrays, and DictionaryArrays that have string values