pub fn same_pk(a: &OwnedRow, b: &OwnedRow, pk: &[usize]) -> bool
True if rows share the same primary key (PK columns are non-null, so values_equal behaves like identity here).
values_equal