Skip to main content

diff_plans

Function diff_plans 

Source
pub fn diff_plans(before: &PhysicalPlan, after: &PhysicalPlan) -> PlanDiff
Expand description

Compute the structural diff between two physical plans.

Nodes are matched by id. A node is “changed” if any of its label, operator, inputs, partitioning, estimated row count, or output schema differs between before and after.