Class FlinkJoinOperator<InputType0,InputType1,KeyType>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.core.plan.wayangplan.BinaryToUnaryOperator<InputType0,InputType1,Tuple2<InputType0,InputType1>>
org.apache.wayang.basic.operators.JoinOperator<InputType0,InputType1,KeyType>
org.apache.wayang.flink.operators.FlinkJoinOperator<InputType0,InputType1,KeyType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, FlinkExecutionOperator

public class FlinkJoinOperator<InputType0,InputType1,KeyType> extends JoinOperator<InputType0,InputType1,KeyType> implements FlinkExecutionOperator
Flink implementation of the JoinOperator.
See Also: