pub fn verify_composite_key_equality( row1: &Row, row2: &Row, indices1: &[usize], indices2: &[usize], ) -> bool
Verify that all composite key columns match (handles hash collisions).