Transform the tree @param matched the sub-set of the plan that matches the pattern. This subset has the same graph as the pattern, but the operators point to the same objects as the plan to be matched. @throws Transformer
(OperatorPlan matched)
| 43 | * @throws Transformer |
| 44 | */ |
| 45 | public abstract void transform(OperatorPlan matched) throws FrontendException; |
| 46 | |
| 47 | /** |
| 48 | * Report what parts of the tree were transformed. This is so that |
no outgoing calls