fn undo_preparation(
    mfp: &mut MapFilterProject,
    orig_mfp: &MapFilterProject,
    relation: &mut MirRelationExpr
) -> Result<(), RecursionLimitError>
Expand description

The above preparation might make the MFP more complicated, so we’ll later want to either undo the preparation transformations or get back to orig_mfp.