public static final class JoinOperator.DefaultFlatJoinFunction<T1,T2> extends org.apache.flink.api.common.functions.RichFlatJoinFunction<T1,T2,Tuple2<T1,T2>>
| Constructor and Description |
|---|
DefaultFlatJoinFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
join(T1 first,
T2 second,
org.apache.flink.util.Collector<Tuple2<T1,T2>> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.