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