IN1 - Type of the first input.IN2 - Type of the second input.OUT - Output type.@Public public interface CoMapFunction<IN1,IN2,OUT> extends org.apache.flink.api.common.functions.Function, Serializable
The same instance of the transformation function is used to transform both of the connected streams. That way, the stream transformations can share state.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.