| Package | Description |
|---|---|
| org.apache.flink.api.java | |
| org.apache.flink.api.java.operators |
| Modifier and Type | Method and Description |
|---|---|
<OUT extends org.apache.flink.api.java.tuple.Tuple> |
DataSet.project(int... fieldIndexes)
Applies a Project transformation on a
Tuple DataSet. |
| Modifier and Type | Method and Description |
|---|---|
<T0> ProjectOperator<T,org.apache.flink.api.java.tuple.Tuple1<T0>> |
ProjectOperator.Projection.projectTuple1()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
ProjectOperator.Projection.projectTuple10()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
ProjectOperator.Projection.projectTuple11()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
ProjectOperator.Projection.projectTuple12()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
ProjectOperator.Projection.projectTuple13()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
ProjectOperator.Projection.projectTuple14()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
ProjectOperator.Projection.projectTuple15()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
ProjectOperator.Projection.projectTuple16()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
ProjectOperator.Projection.projectTuple17()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
ProjectOperator.Projection.projectTuple18()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
ProjectOperator.Projection.projectTuple19()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1> ProjectOperator<T,org.apache.flink.api.java.tuple.Tuple2<T0,T1>> |
ProjectOperator.Projection.projectTuple2()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
ProjectOperator.Projection.projectTuple20()
Projects a
Tuple DataSet to 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> |
ProjectOperator.Projection.projectTuple21()
Projects a
Tuple DataSet to 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> |
ProjectOperator.Projection.projectTuple22()
Projects a
Tuple DataSet to 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> |
ProjectOperator.Projection.projectTuple23()
Projects a
Tuple DataSet to 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> |
ProjectOperator.Projection.projectTuple24()
Projects a
Tuple DataSet to 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> |
ProjectOperator.Projection.projectTuple25()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2> ProjectOperator<T,org.apache.flink.api.java.tuple.Tuple3<T0,T1,T2>> |
ProjectOperator.Projection.projectTuple3()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3> |
ProjectOperator.Projection.projectTuple4()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4> |
ProjectOperator.Projection.projectTuple5()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5> |
ProjectOperator.Projection.projectTuple6()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6> |
ProjectOperator.Projection.projectTuple7()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7> |
ProjectOperator.Projection.projectTuple8()
Projects a
Tuple DataSet to the previously selected fields. |
<T0,T1,T2,T3,T4,T5,T6,T7,T8> |
ProjectOperator.Projection.projectTuple9()
Projects a
Tuple DataSet to the previously selected fields. |
<OUT extends org.apache.flink.api.java.tuple.Tuple> |
ProjectOperator.Projection.projectTupleX()
Chooses a projectTupleX according to the length of
ProjectOperator.Projection.fieldIndexes. |
<R extends org.apache.flink.api.java.tuple.Tuple> |
ProjectOperator.types(Class<?>... types)
Deprecated.
Deprecated method only kept for compatibility.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.