pub fn eq(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArrayThis is supported on crate feature
compute_comparison only.Expand description
Perform lhs == rhs operation on two BooleanArrays.
pub fn eq(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArraycompute_comparison only.Perform lhs == rhs operation on two BooleanArrays.