Function arrow::compute::kernels::comparison::gt_binary_scalar

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

Perform left > right operation on BinaryArray / LargeBinaryArray and a scalar.