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