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

Function bool_or

Source
pub fn bool_or(array: &BooleanArray) -> Option<bool>
Expand description

Returns true if any non-null input value is true, otherwise false.

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