Skip to main content

RefRelationStore

Type Alias RefRelationStore 

Source
pub type RefRelationStore = BTreeMap<String, RefRelation>;
Expand description

Map from predicate name to relation. Sorted iteration is inherent to BTreeMap and contributes to evaluator determinism.

Aliased Typeยง

pub struct RefRelationStore { /* private fields */ }