OUT - The type of the extracted field.@Internal public class FieldFromTuple<OUT> extends Object implements Extractor<org.apache.flink.api.java.tuple.Tuple,OUT>
| Constructor and Description |
|---|
FieldFromTuple(int fieldId)
Extracts the field with the given id from the tuple.
|
| Modifier and Type | Method and Description |
|---|---|
OUT |
extract(org.apache.flink.api.java.tuple.Tuple in)
Extracts/Converts the given input to an object of the output type.
|
public FieldFromTuple(int fieldId)
fieldId - The id of the field which will be extracted from the tuple.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.