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

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