Skip to main content

verify_key_match

Function verify_key_match 

Source
pub fn verify_key_match(
    probe_row: &Row,
    build_row: &Row,
    probe_key_indices: &[usize],
    build_key_indices: &[usize],
) -> bool
Expand description

Verify that two rows match on their respective key columns. Alias for verify_composite_key_equality from utils for backward compatibility.