public static final class JoinOperator.JoinProjection<I1,I2> extends Object
| Constructor and Description |
|---|
JoinOperator.JoinProjection(DataSet<I1> ds1,
DataSet<I2> ds2,
Keys<I1> keys1,
Keys<I2> keys2,
JoinOperator.JoinHint hint,
int[] firstFieldIndexes,
int[] secondFieldIndexes) |
| Modifier and Type | Method and Description |
|---|---|
JoinOperator.JoinProjection<I1,I2> |
projectFirst(int... firstFieldIndexes)
|
JoinOperator.JoinProjection<I1,I2> |
projectSecond(int... secondFieldIndexes)
|
<T0> JoinOperator.ProjectJoin<I1,I2,Tuple1<T0>> |
types(Class<T0> type0)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1> JoinOperator.ProjectJoin<I1,I2,Tuple2<T0,T1>> |
types(Class<T0> type0,
Class<T1> type1)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2> JoinOperator.ProjectJoin<I1,I2,Tuple3<T0,T1,T2>> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19,
Class<T20> type20)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19,
Class<T20> type20,
Class<T21> type21)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19,
Class<T20> type20,
Class<T21> type21,
Class<T22> type22)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19,
Class<T20> type20,
Class<T21> type21,
Class<T22> type22,
Class<T23> type23)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> |
types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10,
Class<T11> type11,
Class<T12> type12,
Class<T13> type13,
Class<T14> type14,
Class<T15> type15,
Class<T16> type16,
Class<T17> type17,
Class<T18> type18,
Class<T19> type19,
Class<T20> type20,
Class<T21> type21,
Class<T22> type22,
Class<T23> type23,
Class<T24> type24)
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
public JoinOperator.JoinProjection<I1,I2> projectFirst(int... firstFieldIndexes)
Tuple DataSet, fields can be selected by their index.
If the first join input is not a Tuple DataSet, no parameters should be passed.projectFirst(int...) and
projectSecond(int...).firstFieldIndexes - If the first input is a Tuple DataSet, the indexes of the selected fields.
For a non-Tuple DataSet, do not provide parameters.
The order of fields in the output tuple is defined by to the order of field indexes.ProjectOperator to complete the
ProjectJoin transformation by calling the corresponding types() function.Tuple,
DataSetpublic JoinOperator.JoinProjection<I1,I2> projectSecond(int... secondFieldIndexes)
Tuple DataSet, fields can be selected by their index.
If the second join input is not a Tuple DataSet, no parameters should be passed.projectFirst(int...) and
projectSecond(int...).secondFieldIndexes - If the second input is a Tuple DataSet, the indexes of the selected fields.
For a non-Tuple DataSet, do not provide parameters.
The order of fields in the output tuple is defined by to the order of field indexes.ProjectOperator to complete the
ProjectJoin transformation by calling the corresponding types() function.Tuple,
DataSetpublic <T0> JoinOperator.ProjectJoin<I1,I2,Tuple1<T0>> types(Class<T0> type0)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.public <T0,T1> JoinOperator.ProjectJoin<I1,I2,Tuple2<T0,T1>> types(Class<T0> type0, Class<T1> type1)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.public <T0,T1,T2> JoinOperator.ProjectJoin<I1,I2,Tuple3<T0,T1,T2>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.public <T0,T1,T2,T3> JoinOperator.ProjectJoin<I1,I2,Tuple4<T0,T1,T2,T3>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.public <T0,T1,T2,T3,T4> JoinOperator.ProjectJoin<I1,I2,Tuple5<T0,T1,T2,T3,T4>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5> JoinOperator.ProjectJoin<I1,I2,Tuple6<T0,T1,T2,T3,T4,T5>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6> JoinOperator.ProjectJoin<I1,I2,Tuple7<T0,T1,T2,T3,T4,T5,T6>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7> JoinOperator.ProjectJoin<I1,I2,Tuple8<T0,T1,T2,T3,T4,T5,T6,T7>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8> JoinOperator.ProjectJoin<I1,I2,Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> JoinOperator.ProjectJoin<I1,I2,Tuple10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> JoinOperator.ProjectJoin<I1,I2,Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> JoinOperator.ProjectJoin<I1,I2,Tuple12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> JoinOperator.ProjectJoin<I1,I2,Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> JoinOperator.ProjectJoin<I1,I2,Tuple14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> JoinOperator.ProjectJoin<I1,I2,Tuple15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> JoinOperator.ProjectJoin<I1,I2,Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> JoinOperator.ProjectJoin<I1,I2,Tuple17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> JoinOperator.ProjectJoin<I1,I2,Tuple18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> JoinOperator.ProjectJoin<I1,I2,Tuple19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> JoinOperator.ProjectJoin<I1,I2,Tuple20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> JoinOperator.ProjectJoin<I1,I2,Tuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19, Class<T20> type20)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.type20 - The class of field '20' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> JoinOperator.ProjectJoin<I1,I2,Tuple22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19, Class<T20> type20, Class<T21> type21)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.type20 - The class of field '20' of the result tuples.type21 - The class of field '21' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> JoinOperator.ProjectJoin<I1,I2,Tuple23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19, Class<T20> type20, Class<T21> type21, Class<T22> type22)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.type20 - The class of field '20' of the result tuples.type21 - The class of field '21' of the result tuples.type22 - The class of field '22' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> JoinOperator.ProjectJoin<I1,I2,Tuple24<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19, Class<T20> type20, Class<T21> type21, Class<T22> type22, Class<T23> type23)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.type20 - The class of field '20' of the result tuples.type21 - The class of field '21' of the result tuples.type22 - The class of field '22' of the result tuples.type23 - The class of field '23' of the result tuples.Tuple,
DataSetpublic <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> JoinOperator.ProjectJoin<I1,I2,Tuple25<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24>> types(Class<T0> type0, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10, Class<T11> type11, Class<T12> type12, Class<T13> type13, Class<T14> type14, Class<T15> type15, Class<T16> type16, Class<T17> type17, Class<T18> type18, Class<T19> type19, Class<T20> type20, Class<T21> type21, Class<T22> type22, Class<T23> type23, Class<T24> type24)
Tuple with the previously selected fields.
Requires the classes of the fields of the resulting tuples.type0 - The class of field '0' of the result tuples.type1 - The class of field '1' of the result tuples.type2 - The class of field '2' of the result tuples.type3 - The class of field '3' of the result tuples.type4 - The class of field '4' of the result tuples.type5 - The class of field '5' of the result tuples.type6 - The class of field '6' of the result tuples.type7 - The class of field '7' of the result tuples.type8 - The class of field '8' of the result tuples.type9 - The class of field '9' of the result tuples.type10 - The class of field '10' of the result tuples.type11 - The class of field '11' of the result tuples.type12 - The class of field '12' of the result tuples.type13 - The class of field '13' of the result tuples.type14 - The class of field '14' of the result tuples.type15 - The class of field '15' of the result tuples.type16 - The class of field '16' of the result tuples.type17 - The class of field '17' of the result tuples.type18 - The class of field '18' of the result tuples.type19 - The class of field '19' of the result tuples.type20 - The class of field '20' of the result tuples.type21 - The class of field '21' of the result tuples.type22 - The class of field '22' of the result tuples.type23 - The class of field '23' of the result tuples.type24 - The class of field '24' of the result tuples.Tuple,
DataSetCopyright © 2014 The Apache Software Foundation. All rights reserved.