- Type Parameters:
JOIN_KEY - the type of join key
INPUT_RECORD - the type of input records to the join stage
- All Implemented Interfaces:
- PairFlatMapFunc<INPUT_RECORD,JOIN_KEY,INPUT_RECORD>, Serializable
public class JoinOnFunction<JOIN_KEY,INPUT_RECORD>
extends Object
implements PairFlatMapFunc<INPUT_RECORD,JOIN_KEY,INPUT_RECORD>
Function that uses a BatchJoiner to perform the joinOn part of the join.
Non-serializable fields are lazily created since this is used in a Spark closure.
- See Also:
- Serialized Form