Uses of Class
org.apache.flink.optimizer.plan.DualInputPlanNode
-
Packages that use DualInputPlanNode Package Description org.apache.flink.optimizer.operators org.apache.flink.optimizer.plan -
-
Uses of DualInputPlanNode in org.apache.flink.optimizer.operators
Methods in org.apache.flink.optimizer.operators that return DualInputPlanNode Modifier and Type Method Description DualInputPlanNodeAbstractSortMergeJoinDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeBinaryUnionOpDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeCartesianProductDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeCoGroupDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeCoGroupRawDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeCoGroupWithSolutionSetFirstDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashFullOuterJoinBuildFirstDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashFullOuterJoinBuildSecondDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashJoinBuildFirstProperties. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashJoinBuildSecondProperties. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashLeftOuterJoinBuildFirstDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashLeftOuterJoinBuildSecondDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashRightOuterJoinBuildFirstDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeHashRightOuterJoinBuildSecondDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node)abstract DualInputPlanNodeOperatorDescriptorDual. instantiate(Channel in1, Channel in2, TwoInputNode node)DualInputPlanNodeUtilSinkJoinOpDescriptor. instantiate(Channel in1, Channel in2, TwoInputNode node) -
Uses of DualInputPlanNode in org.apache.flink.optimizer.plan
Subclasses of DualInputPlanNode in org.apache.flink.optimizer.plan Modifier and Type Class Description classBinaryUnionPlanNodeA special subclass for the union to make it identifiable.classSinkJoinerPlanNodeclassWorksetIterationPlanNodeA node in the execution, representing a workset iteration (delta iteration).
-