Function arrow_arith::aggregate::bool_or
source ยท 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.