public static final class PlanUnwrappingSortedReduceGroupOperator.TupleUnwrappingGroupCombinableGroupReducer<IN,OUT,K1,K2> extends WrappingFunction<GroupReduceFunction<IN,OUT>> implements GroupReduceFunction<Tuple3<K1,K2,IN>,OUT>, GroupCombineFunction<Tuple3<K1,K2,IN>,Tuple3<K1,K2,IN>>
wrappedFunction| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterable<Tuple3<K1,K2,IN>> values,
Collector<Tuple3<K1,K2,IN>> out) |
void |
reduce(Iterable<Tuple3<K1,K2,IN>> values,
Collector<OUT> out) |
String |
toString() |
close, getWrappedFunction, open, setRuntimeContextgetIterationRuntimeContext, getRuntimeContextCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.