Function deltalake::arrow::compute::kernels::comparison::lt_binary_scalar

source ·
pub fn lt_binary_scalar<OffsetSize>(
    left: &GenericByteArray<GenericBinaryType<OffsetSize>>,
    right: &[u8]
) -> Result<BooleanArray, ArrowError>
where OffsetSize: OffsetSizeTrait,
👎Deprecated: Use arrow_ord::cmp::lt
Expand description

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