Class DynamicFilteringDependencyProcessor
java.lang.Object
org.apache.flink.table.planner.plan.nodes.exec.processor.DynamicFilteringDependencyProcessor
- All Implemented Interfaces:
ExecNodeGraphProcessor
This processor future checks each dynamic filter source to see if it is chained with a multiple
input operator. If so, we'll set the dependency flag.
NOTE: This processor can be only applied on BatchExecNode DAG.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ExecNodeGraph execGraph, ProcessorContext context) Given anExecNodeGraph, process it and return the resultExecNodeGraph.
-
Constructor Details
-
DynamicFilteringDependencyProcessor
public DynamicFilteringDependencyProcessor()
-
-
Method Details
-
process
Description copied from interface:ExecNodeGraphProcessorGiven anExecNodeGraph, process it and return the resultExecNodeGraph.- Specified by:
processin interfaceExecNodeGraphProcessor
-