Function arrow_arith::aggregate::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.