- Type Parameters:
JOIN_KEY - the type of join key
INPUT_RECORD - the type of input record
OUT - the type of output object
- All Implemented Interfaces:
- FlatMapFunc<scala.Tuple2<JOIN_KEY,List<JoinElement<INPUT_RECORD>>>,OUT>, Serializable
public class JoinMergeFunction<JOIN_KEY,INPUT_RECORD,OUT>
extends Object
implements FlatMapFunc<scala.Tuple2<JOIN_KEY,List<JoinElement<INPUT_RECORD>>>,OUT>
Function that merges a join result using a BatchJoiner.
Non-serializable fields are lazily created since this is used in a Spark closure.
- See Also:
- Serialized Form