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

Function bit_or

Source
pub fn bit_or<T>(
    array: &PrimitiveArray<T>,
) -> Option<<T as ArrowPrimitiveType>::Native>
Expand description

Returns the bitwise or of all non-null input values.

Returns None if the array is empty or only contains null values.