Function differential_dataflow::algorithms::graphs::propagate::propagate
source · pub fn propagate<G, N, L>(
edges: &Collection<G, (N, N)>,
nodes: &Collection<G, (N, L)>
) -> Collection<G, (N, L)>where
G: Scope,
G::Timestamp: Lattice + Ord,
N: Data + Hash,
L: Data,Expand description
Propagates labels forward, retaining the minimum label.