Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
lt_eq_binary in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

Function datafusion::common::arrow::compute::lt_eq_binary

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

Perform left <= right operation on BinaryArray / LargeBinaryArray.