Rindle docs and package mapSkip to main content

same_pk

Function same_pk 

pub fn same_pk(a: &OwnedRow, b: &OwnedRow, pk: &[usize]) -> bool
Expand description

True if rows share the same primary key (PK columns are non-null, so values_equal behaves like identity here).