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