public static final class FlinkEvaluator.join_combiner_reducer extends org.apache.flink.api.common.functions.RichCoGroupFunction<FData,FData,FData>
Modifier and Type | Field and Description |
---|---|
(package private) Function |
acc |
(package private) Function |
r |
(package private) MRData |
zero |
Constructor and Description |
---|
join_combiner_reducer(Tree r,
Tree acc,
MRData zero) |
Modifier and Type | Method and Description |
---|---|
void |
coGroup(Iterable<FData> xs,
Iterable<FData> ys,
org.apache.flink.util.Collector<FData> out) |
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.