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> |
CsvReader.types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
CrossOperator.CrossProjection.projectTuple4()
Projects a pair of crossed elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3> |
JoinOperator.JoinProjection.projectTuple4()
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0,T1,T2,T3> |
ProjectOperator.Projection.projectTuple4()
|
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3> |
Tuple4.copy()
Shallow tuple copy.
|
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3>[] |
Tuple4Builder.build() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.