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
unary_cmp in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

pub fn unary_cmp<T, F>(
    left: &PrimitiveArray<T>,
    op: F
) -> Result<BooleanArray, ArrowError>where
    T: ArrowNumericType,
    F: Fn(<T as ArrowPrimitiveType>::Native) -> bool,
Expand description

Applies an unary and infallible comparison function to a primitive array.