pub fn gt_dyn_binary_scalar(
    left: &dyn Array,
    right: &[u8]
) -> Result<BooleanArray, ArrowError>
👎Deprecated: Use arrow_ord::cmp::gt
Expand description

Perform left > right operation on an array and a numeric scalar value. Supports BinaryArray and LargeBinaryArray