- Type Parameters:
T - type of object to flatten
- All Implemented Interfaces:
- Serializable, org.apache.spark.api.java.function.Function<scala.Tuple2<List<JoinElement<T>>,com.google.common.base.Optional<T>>,List<JoinElement<T>>>
public class LeftJoinFlattenFunction<T>
extends Object
implements org.apache.spark.api.java.function.Function<scala.Tuple2<List<JoinElement<T>>,com.google.common.base.Optional<T>>,List<JoinElement<T>>>
Flattens the Tuple2 of list and optional object returned by a left outer join into a single list.
- See Also:
- Serialized Form