Function polars::export::arrow::compute::comparison::boolean::eq_and_validity
source · [−]pub fn eq_and_validity(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArrayThis is supported on crate feature
compute_comparison only.Expand description
Perform lhs == rhs operation on two BooleanArrays and include validities in comparison.