| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Method and Description |
|---|---|
protected JoinOperator.JoinProjection<I1,I2> |
JoinOperator.JoinProjection.projectFirst(int... firstFieldIndexes)
|
protected JoinOperator.JoinProjection<I1,I2> |
JoinOperator.JoinProjection.projectSecond(int... secondFieldIndexes)
|
| Constructor and Description |
|---|
JoinOperator.ProjectJoin(DataSet<I1> input1,
DataSet<I2> input2,
Keys<I1> keys1,
Keys<I2> keys2,
JoinOperatorBase.JoinHint hint,
int[] fields,
boolean[] isFromFirst,
TupleTypeInfo<OUT> returnType,
JoinOperator.JoinProjection<I1,I2> joinProj) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.