pub(super) fn boolean_equal(
lhs: &ArrayData,
rhs: &ArrayData,
lhs_start: usize,
rhs_start: usize,
len: usize,
) -> bool
Expand description
Returns true if the value data for the arrays is equal, assuming the null masks have already been checked for equality