Function datafusion_python::datafusion_common::arrow::compute::kernels::aggregate::bool_and
source ยท 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.