pub type PkSet = AHashSet<PkTuple>;
Set of primary key values for a table (stores full tuples)
pub struct PkSet(/* private fields */);