Uses of Class
org.apache.wayang.basic.operators.JoinOperator
-
-
Uses of JoinOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type JoinOperator Constructor Description JoinOperator(JoinOperator<InputType0,InputType1,Key> that)
Copies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.flink.operators
Subclasses of JoinOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkJoinOperator<InputType0,InputType1,KeyType>
Flink implementation of theJoinOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type JoinOperator Constructor Description FlinkJoinOperator(JoinOperator<InputType0,InputType1,KeyType> that)
Copies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.java.operators
Subclasses of JoinOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaJoinOperator<InputType0,InputType1,KeyType>
Java implementation of theJoinOperator
.Constructors in org.apache.wayang.java.operators with parameters of type JoinOperator Constructor Description JavaJoinOperator(JoinOperator<InputType0,InputType1,KeyType> that)
Copies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.jdbc.operators
Subclasses of JoinOperator in org.apache.wayang.jdbc.operators Modifier and Type Class Description class
JdbcJoinOperator<KeyType>
PostgreSQL implementation for theJoinOperator
.Constructors in org.apache.wayang.jdbc.operators with parameters of type JoinOperator Constructor Description JdbcJoinOperator(JoinOperator<Record,Record,KeyType> that)
Copies an instance -
Uses of JoinOperator in org.apache.wayang.postgres.operators
Subclasses of JoinOperator in org.apache.wayang.postgres.operators Modifier and Type Class Description class
PostgresJoinOperator<KeyType>
PostgreSQL implementation of theJoinOperator
.Constructors in org.apache.wayang.postgres.operators with parameters of type JoinOperator Constructor Description PostgresJoinOperator(JoinOperator<Record,Record,KeyType> that)
-
Uses of JoinOperator in org.apache.wayang.spark.operators
Subclasses of JoinOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkJoinOperator<InputType0,InputType1,KeyType>
Spark implementation of theJoinOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type JoinOperator Constructor Description SparkJoinOperator(JoinOperator<InputType0,InputType1,KeyType> that)
Copies an instance (exclusive of broadcasts).
-