<OUT extends org.apache.flink.api.java.tuple.Tuple> JoinOperator.ProjectJoin<I1,I2,OUT> |
JoinOperator.DefaultJoin.projectFirst(int... firstFieldIndexes) |
Applies a ProjectJoin transformation and projects the first join input
|
<OUT extends org.apache.flink.api.java.tuple.Tuple> JoinOperator.ProjectJoin<I1,I2,OUT> |
JoinOperator.ProjectJoin.projectFirst(int... firstFieldIndexes) |
Continues a ProjectJoin transformation and adds fields of the first join input to the
projection.
|
<OUT extends org.apache.flink.api.java.tuple.Tuple> JoinOperator.ProjectJoin<I1,I2,OUT> |
JoinOperator.DefaultJoin.projectSecond(int... secondFieldIndexes) |
Applies a ProjectJoin transformation and projects the second join input
|
<OUT extends org.apache.flink.api.java.tuple.Tuple> JoinOperator.ProjectJoin<I1,I2,OUT> |
JoinOperator.ProjectJoin.projectSecond(int... secondFieldIndexes) |
Continues a ProjectJoin transformation and adds fields of the second join input to the
projection.
|