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

Function bool_and

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

Returns true if all non-null input values are true, otherwise false.

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