Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
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)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
ProjectOperator.Projection.projectTuple11()
|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
CrossOperator.CrossProjection.projectTuple11()
Projects a pair of crossed elements to a
Tuple with the previously selected
fields. |
Modifier and Type | Method and Description |
---|---|
Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
Tuple11.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
Tuple11.of(T0 f0,
T1 f1,
T2 f2,
T3 f3,
T4 f4,
T5 f5,
T6 f6,
T7 f7,
T8 f8,
T9 f9,
T10 f10)
Creates a new tuple and assigns the given values to the tuple's fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>[] |
Tuple11Builder.build() |
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
StreamProjection.projectTuple11()
Projects a
Tuple DataStream to the previously selected fields. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.