Uses of Interface
org.apache.flink.api.common.functions.CoGroupFunction
-
Packages that use CoGroupFunction Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.operators.base org.apache.flink.api.java.typeutils -
-
Uses of CoGroupFunction in org.apache.flink.api.common.functions
Classes in org.apache.flink.api.common.functions that implement CoGroupFunction Modifier and Type Class Description classRichCoGroupFunction<IN1,IN2,OUT>Rich variant of theCoGroupFunction. -
Uses of CoGroupFunction in org.apache.flink.api.common.operators.base
Classes in org.apache.flink.api.common.operators.base with type parameters of type CoGroupFunction Modifier and Type Class Description classCoGroupOperatorBase<IN1,IN2,OUT,FT extends CoGroupFunction<IN1,IN2,OUT>>classCoGroupRawOperatorBase<IN1,IN2,OUT,FT extends CoGroupFunction<IN1,IN2,OUT>> -
Uses of CoGroupFunction in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils with parameters of type CoGroupFunction Modifier and Type Method Description static <IN1,IN2,OUT>
TypeInformation<OUT>TypeExtractor. getCoGroupReturnTypes(CoGroupFunction<IN1,IN2,OUT> coGroupInterface, TypeInformation<IN1> in1Type, TypeInformation<IN2> in2Type)static <IN1,IN2,OUT>
TypeInformation<OUT>TypeExtractor. getCoGroupReturnTypes(CoGroupFunction<IN1,IN2,OUT> coGroupInterface, TypeInformation<IN1> in1Type, TypeInformation<IN2> in2Type, String functionName, boolean allowMissing)
-