Skip to main content

verify_composite_key_equality

Function verify_composite_key_equality 

Source
pub fn verify_composite_key_equality(
    row1: &Row,
    row2: &Row,
    indices1: &[usize],
    indices2: &[usize],
) -> bool
Expand description

Verify that all composite key columns match (handles hash collisions).