Function arrow::compute::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.