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> DataSource<Tuple1<T0>> |
CsvReader.types(Class<T0> type0)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0> ProjectOperator<T,Tuple1<T0>> |
ProjectOperator.Projection.projectTuple1()
|
<T0> JoinOperator.ProjectJoin<I1,I2,Tuple1<T0>> |
JoinOperator.JoinProjection.projectTuple1()
Projects a pair of joined elements to a
Tuple with the previously selected fields. |
<T0> CrossOperator.ProjectCross<I1,I2,Tuple1<T0>> |
CrossOperator.CrossProjection.projectTuple1()
Projects a pair of crossed elements to a
Tuple with the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
Tuple1<T0> |
Tuple1.copy()
Shallow tuple copy.
|
Modifier and Type | Method and Description |
---|---|
Tuple1<T0>[] |
Tuple1Builder.build() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.