@Internal public static final class JoinOperator.ProjectFlatJoinFunction<T1,T2,R extends Tuple> extends RichFlatJoinFunction<T1,T2,R>
Modifier and Type | Method and Description |
---|---|
protected int[] |
getFields() |
protected boolean[] |
getIsFromFirst() |
void |
join(T1 in1,
T2 in2,
Collector<R> out)
The join method, called once per joined pair of elements.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
protected int[] getFields()
protected boolean[] getIsFromFirst()
public void join(T1 in1, T2 in2, Collector<R> out)
FlatJoinFunction
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.