JoinOperator.JoinProjection<I1,I2> |
JoinOperator.DefaultJoin.projectFirst(int... firstFieldIndexes)
Initiates a ProjectJoin transformation and projects the first join input
If the first join input is a Tuple DataSet, fields can be selected by their index.
|
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.
|
JoinOperator.JoinProjection<I1,I2> |
JoinOperator.DefaultJoin.projectSecond(int... secondFieldIndexes)
Initiates a ProjectJoin transformation and projects the second join input
If the second join input is a Tuple DataSet, fields can be selected by their index.
|
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.
|