Class RemoveTimestampMapFunction<T>
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.python.eventtime.RemoveTimestampMapFunction<T>
-
- All Implemented Interfaces:
Serializable
,Function
,MapFunction<Tuple2<T,Long>,T>
@Internal public class RemoveTimestampMapFunction<T> extends Object implements MapFunction<Tuple2<T,Long>,T>
MapFunction which removes the timestamp field from the input element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveTimestampMapFunction()
-