pub fn bool_and(array: &BooleanArray) -> Option<bool>
Returns true if all non-null input values are true, otherwise false.
Returns None if the array is empty or only contains null values.
None