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