I1
- The type of the first input DataSet of the Join transformation.I2
- The type of the second input DataSet of the Join transformation.@Public public interface JoinFunctionAssigner<I1,I2>
JoinFunction
or a
FlatJoinFunction
before it can be used as an input to other operators.Modifier and Type | Method and Description |
---|---|
<R> JoinOperator<I1,I2,R> |
with(FlatJoinFunction<I1,I2,R> joinFunction) |
<R> JoinOperator<I1,I2,R> |
with(JoinFunction<I1,I2,R> joinFunction) |
<R> JoinOperator<I1,I2,R> with(JoinFunction<I1,I2,R> joinFunction)
<R> JoinOperator<I1,I2,R> with(FlatJoinFunction<I1,I2,R> joinFunction)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.