Rindle docs and package mapSkip to main content

PkMap

Type Alias PkMap 

Source
pub type PkMap = HashMap<Box<str>, Vec<ColId>>;
Expand description

Table → primary-key column indices (into that table’s row), supplied at construction.

Aliased Type§

pub struct PkMap { /* private fields */ }