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> |
CsvReader.types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5> |
CrossOperator.CrossProjection.projectTuple6()
Projects a pair of crossed elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3,T4,T5> |
ProjectOperator.Projection.projectTuple6()
|
<T0,T1,T2,T3,T4,T5> |
JoinOperator.JoinProjection.projectTuple6()
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
Tuple6<T0,T1,T2,T3,T4,T5> |
Tuple6.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3,T4,T5> |
Tuple6.of(T0 value0,
T1 value1,
T2 value2,
T3 value3,
T4 value4,
T5 value5)
Creates a new tuple and assigns the given values to the tuple's fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple6<T0,T1,T2,T3,T4,T5>[] |
Tuple6Builder.build() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.