Function arrow::compute::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.