Skip to main content

IndirectSources

Type Alias IndirectSources 

Source
pub type IndirectSources = BTreeMap<SourceColumn, BTreeSet<IndirectKind>>;
Expand description

Per-source indirect influences; unions upward through the plan.

Aliased Typeยง

pub struct IndirectSources { /* private fields */ }