| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Method and Description |
|---|---|
<OUT extends org.apache.flink.api.java.tuple.Tuple> |
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.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.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.projectSecond(int... secondFieldIndexes)
Continues a ProjectJoin transformation and adds fields of the second join input to the
projection.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.