CrossOperator.CrossProjection<I1,I2> |
CrossOperator.DefaultCross.projectFirst(int... firstFieldIndexes)
Initiates a ProjectCross transformation and projects the first cross input
If the first cross input is a Tuple DataSet, fields can be selected by their index.
|
CrossOperator.CrossProjection<I1,I2> |
CrossOperator.CrossProjection.projectFirst(int... firstFieldIndexes)
Continues a ProjectCross transformation and adds fields of the first cross input.
If the first cross input is a Tuple DataSet, fields can be selected by their index.
|
CrossOperator.CrossProjection<I1,I2> |
CrossOperator.DefaultCross.projectSecond(int... secondFieldIndexes)
Initiates a ProjectCross transformation and projects the second cross input
If the second cross input is a Tuple DataSet, fields can be selected by their index.
|
CrossOperator.CrossProjection<I1,I2> |
CrossOperator.CrossProjection.projectSecond(int... secondFieldIndexes)
Continues a ProjectCross transformation and adds fields of the second cross input.
If the second cross input is a Tuple DataSet, fields can be selected by their index.
|