Uses of Interface
org.apache.flink.api.common.functions.FlatJoinFunction
-
Packages that use FlatJoinFunction Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.operators.base org.apache.flink.api.java.typeutils -
-
Uses of FlatJoinFunction in org.apache.flink.api.common.functions
Classes in org.apache.flink.api.common.functions that implement FlatJoinFunction Modifier and Type Class Description classRichFlatJoinFunction<IN1,IN2,OUT>Rich variant of theFlatJoinFunction. -
Uses of FlatJoinFunction in org.apache.flink.api.common.operators.base
Classes in org.apache.flink.api.common.operators.base with type parameters of type FlatJoinFunction Modifier and Type Class Description classInnerJoinOperatorBase<IN1,IN2,OUT,FT extends FlatJoinFunction<IN1,IN2,OUT>>classJoinOperatorBase<IN1,IN2,OUT,FT extends FlatJoinFunction<IN1,IN2,OUT>>classOuterJoinOperatorBase<IN1,IN2,OUT,FT extends FlatJoinFunction<IN1,IN2,OUT>> -
Uses of FlatJoinFunction in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils with parameters of type FlatJoinFunction Modifier and Type Method Description static <IN1,IN2,OUT>
TypeInformation<OUT>TypeExtractor. getFlatJoinReturnTypes(FlatJoinFunction<IN1,IN2,OUT> joinInterface, TypeInformation<IN1> in1Type, TypeInformation<IN2> in2Type)static <IN1,IN2,OUT>
TypeInformation<OUT>TypeExtractor. getFlatJoinReturnTypes(FlatJoinFunction<IN1,IN2,OUT> joinInterface, TypeInformation<IN1> in1Type, TypeInformation<IN2> in2Type, String functionName, boolean allowMissing)
-