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