Class JoinOperator<InputType0,InputType1,Key>

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,Key>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkJoinOperator, JavaJoinOperator, JdbcJoinOperator, SparkJoinOperator

public class JoinOperator<InputType0,InputType1,Key> extends BinaryToUnaryOperator<InputType0,InputType1,Tuple2<InputType0,InputType1>>
This operator returns the cartesian product of elements of input datasets.
See Also: