Skip to main content

Maps

Type Alias Maps 

Source
pub(crate) type Maps = BTreeMap<&'static str, Arc<Map>>;
Expand description

Indexes opened logical maps by column-family name.

Keys are static names from the descriptor catalog, and values share each opened Map through an Arc. Dropped or unavailable families are absent.

Aliased Typeยง

pub(crate) struct Maps { /* private fields */ }