pub fn eq_scalar(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.
pub fn eq_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArraycompute_comparison only.Perform lhs == rhs operation on a BooleanArray and a scalar value.