pub fn verify_key_match(
probe_row: &Row,
build_row: &Row,
probe_key_indices: &[usize],
build_key_indices: &[usize],
) -> boolExpand description
Verify that two rows match on their respective key columns. Alias for verify_composite_key_equality from utils for backward compatibility.