pub fn diff_plans(before: &PhysicalPlan, after: &PhysicalPlan) -> PlanDiffExpand 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.