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

Perform lhs == rhs operation on two BooleanArrays.