pub type PkMap = HashMap<Box<str>, Vec<ColId>>;
Table → primary-key column indices (into that table’s row), supplied at construction.
pub struct PkMap { /* private fields */ }