Package | Description |
---|---|
org.apache.flink.api.java.io | |
org.apache.flink.api.java.operators | |
org.apache.flink.api.java.tuple | |
org.apache.flink.api.java.tuple.builder |
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
CsvReader.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)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
CrossOperator.CrossProjection.projectTuple16()
Projects a pair of crossed 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> |
ProjectOperator.Projection.projectTuple16()
|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
JoinOperator.JoinProjection.projectTuple16()
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple16.copy()
Shallow tuple copy.
|
Modifier and Type | Method and Description |
---|---|
Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>[] |
Tuple16Builder.build() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.