| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Method and Description |
|---|---|
protected JoinOperator.JoinProjection<I1,I2> |
JoinOperator.JoinProjection.projectFirst(int... firstFieldIndexes)
Continues a ProjectJoin transformation and adds fields of the first join input.
If the first join input is a Tuple DataSet, fields can be selected by their index. |
protected JoinOperator.JoinProjection<I1,I2> |
JoinOperator.JoinProjection.projectSecond(int... secondFieldIndexes)
Continues a ProjectJoin transformation and adds fields of the second join input.
If the second join input is a Tuple DataSet, fields can be selected by their index. |
| Constructor and Description |
|---|
ProjectJoin(DataSet<I1> input1,
DataSet<I2> input2,
org.apache.flink.api.common.operators.Keys<I1> keys1,
org.apache.flink.api.common.operators.Keys<I2> keys2,
org.apache.flink.api.common.operators.base.JoinOperatorBase.JoinHint hint,
int[] fields,
boolean[] isFromFirst,
org.apache.flink.api.java.typeutils.TupleTypeInfo<OUT> returnType,
JoinOperator.JoinProjection<I1,I2> joinProj) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.