Skip navigation links

Back to Flink Website

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.

See: Description

Package org.apache.flink.optimizer.traversals Description

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.
Skip navigation links

Back to Flink Website

Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.