pub fn verify_key_equality(
row1: &Row,
row2: &Row,
indices1: &[usize],
indices2: &[usize],
) -> boolExpand description
Verify that two rows have equal key values.
Used after hash matching to confirm actual equality (handling hash collisions).