Uses of Interface
org.apache.nemo.runtime.common.plan.PlanRewriter
-
Packages that use PlanRewriter Package Description org.apache.nemo.compiler.backend.nemo -
-
Uses of PlanRewriter in org.apache.nemo.compiler.backend.nemo
Classes in org.apache.nemo.compiler.backend.nemo that implement PlanRewriter Modifier and Type Class Description class
NemoPlanRewriter
Rewrites the physical plan during execution, to enforce the optimizations of Nemo RunTimePasses.
-