public static final class PlanUnwrappingReduceGroupOperator.TupleUnwrappingGroupCombinableGroupReducer<IN,OUT,K> extends WrappingFunction<org.apache.flink.api.common.functions.RichGroupReduceFunction<IN,OUT>> implements org.apache.flink.api.common.functions.GroupReduceFunction<Tuple2<K,IN>,OUT>, org.apache.flink.api.common.functions.GroupCombineFunction<Tuple2<K,IN>,Tuple2<K,IN>>
wrappedFunction| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterable<Tuple2<K,IN>> values,
org.apache.flink.util.Collector<Tuple2<K,IN>> out) |
void |
reduce(Iterable<Tuple2<K,IN>> values,
org.apache.flink.util.Collector<OUT> out) |
String |
toString() |
close, getWrappedFunction, open, setRuntimeContextCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.