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 */ }pub type IndirectSources = BTreeMap<SourceColumn, BTreeSet<IndirectKind>>;Per-source indirect influences; unions upward through the plan.
pub struct IndirectSources { /* private fields */ }