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