pub fn eq_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

Perform lhs == rhs operation on a BooleanArray and a scalar value.