[][src]Function declarative_dataflow::plan::hector::source_conflicts

pub fn source_conflicts(
    source_index: usize,
    bindings: &[Binding]
) -> Vec<&Binding>

Bindings can be in conflict with the source binding of a given delta pipeline. We need to identify them and handle them as special cases, because we always have to start from prefixes of size two.