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