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