| 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 |
|---|
ProjectJoin(DataSet<I1> input1,
DataSet<I2> input2,
Keys<I1> keys1,
Keys<I2> keys2,
org.apache.flink.api.common.operators.base.JoinOperatorBase.JoinHint hint,
int[] fields,
boolean[] isFromFirst,
TupleTypeInfo<OUT> returnType,
JoinOperator.JoinProjection<I1,I2> joinProj) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.