Uses of Class
org.apache.flink.optimizer.dag.TwoInputNode
-
Packages that use TwoInputNode Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.operators org.apache.flink.optimizer.plan -
-
Uses of TwoInputNode in org.apache.flink.optimizer.dag
Subclasses of TwoInputNode in org.apache.flink.optimizer.dag Modifier and Type Class Description classBinaryUnionNodeThe Optimizer representation of a binary Union.classCoGroupNodeThe Optimizer representation of a CoGroup operator.classCoGroupRawNodeThe Optimizer representation of a CoGroupRaw operator.classCrossNodeThe Optimizer representation of a Cross (Cartesian product) operator.classJoinNodeThe Optimizer representation of a join operator.classOuterJoinNodeclassSinkJoinerThis class represents a utility node that is not part of the actual plan.classWorksetIterationNodeA node in the optimizer's program representation for a workset iteration.static classWorksetIterationNode.SingleRootJoinerMethods in org.apache.flink.optimizer.dag that return TwoInputNode Modifier and Type Method Description TwoInputNodeWorksetIterationNode. getSingleRootOfStepFunction() -
Uses of TwoInputNode in org.apache.flink.optimizer.operators
Methods in org.apache.flink.optimizer.operators with parameters of type TwoInputNode 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 TwoInputNode in org.apache.flink.optimizer.plan
Methods in org.apache.flink.optimizer.plan that return TwoInputNode Modifier and Type Method Description TwoInputNodeDualInputPlanNode. getTwoInputNode()
-