Function datafusion::common::arrow::compute::kernels::comparison::gt_utf8

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

Perform left > right operation on StringArray / LargeStringArray.