Class JavaJoinOperator<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.java.operators.JavaJoinOperator<InputType0,InputType1,KeyType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaJoinOperator<InputType0,InputType1,KeyType> extends JoinOperator<InputType0,InputType1,KeyType> implements JavaExecutionOperator
Java implementation of the JoinOperator.
See Also: