Package org.apache.flink.datastream.api.extension.join
package org.apache.flink.datastream.api.extension.join
-
ClassDescriptionJoinFunction<IN1,
IN2, OUT> A functional interface that defines a join operation between two input records of typesIN1andIN2.The type/algorithm of join operation.