fn should_show(
previous_plan: &StringifiedPlan,
this_plan: &StringifiedPlan,
) -> boolExpand description
If this plan should be shown, given the previous plan that was displayed.
This is meant to avoid repeating the same plan over and over again in explain plans to make clear what is changing