Package org.apache.flink.optimizer.traversals

This package contains the various traversals over the program plan and the optimizer DAG (directed acyclic graph) that are made in the course of the optimization.

The traversals are mostly implemented as a Visitor that traversed the program flow.