Class FieldFromTuple<OUT>
java.lang.Object
org.apache.flink.streaming.api.functions.windowing.delta.extractor.FieldFromTuple<OUT>
- Type Parameters:
OUT- The type of the extracted field.
- All Implemented Interfaces:
Serializable,Extractor<org.apache.flink.api.java.tuple.Tuple,OUT>
@Internal
public class FieldFromTuple<OUT>
extends Object
implements Extractor<org.apache.flink.api.java.tuple.Tuple,OUT>
Extracts a single field out of a tuple.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldFromTuple(int fieldId) Extracts the field with the given id from the tuple. -
Method Summary
-
Constructor Details
-
FieldFromTuple
public FieldFromTuple(int fieldId) Extracts the field with the given id from the tuple.- Parameters:
fieldId- The id of the field which will be extracted from the tuple.
-
-
Method Details