Function datafusion::common::arrow::compute::gt_utf8_scalar

source ยท
pub fn gt_utf8_scalar<OffsetSize>(
    left: &GenericByteArray<GenericStringType<OffsetSize>>,
    right: &str
) -> Result<BooleanArray, ArrowError>
where OffsetSize: OffsetSizeTrait,
๐Ÿ‘ŽDeprecated: Use arrow_ord::cmp::gt
Expand description

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