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

public class SparkJoinOperator<InputType0,InputType1,KeyType> extends JoinOperator<InputType0,InputType1,KeyType> implements SparkExecutionOperator
Spark implementation of the JoinOperator.
See Also: