Function deltalake::arrow::compute::kernels::comparison::gt_eq_utf8_scalar

source ·
pub fn gt_eq_utf8_scalar<OffsetSize>(
    left: &GenericByteArray<GenericStringType<OffsetSize>>,
    right: &str
) -> Result<BooleanArray, ArrowError>
where OffsetSize: OffsetSizeTrait,
👎Deprecated: Use arrow_ord::cmp::gt_eq
Expand description

Perform left >= right operation on StringArray / LargeStringArray and a scalar.