public static final class PlanBothUnwrappingCoGroupOperator.TupleBothUnwrappingCoGrouper<I1,I2,OUT,K> extends WrappingFunction<org.apache.flink.api.common.functions.CoGroupFunction<I1,I2,OUT>> implements org.apache.flink.api.common.functions.CoGroupFunction<Tuple2<K,I1>,Tuple2<K,I2>,OUT>
wrappedFunction| Modifier and Type | Method and Description |
|---|---|
void |
coGroup(Iterable<Tuple2<K,I1>> records1,
Iterable<Tuple2<K,I2>> records2,
org.apache.flink.util.Collector<OUT> out) |
close, getWrappedFunction, open, setRuntimeContextCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.