[−][src]Function manager::consider_change
fn consider_change(
before: &Vec<(OperatorId, OperatorInstances)>,
after: &Vec<(OperatorId, OperatorInstances)>
) -> bool
Decides whether the change in the dataflow configuration is 'significant'
Comments
- Operators in
before
andafter
are expected to be in the same order