Class RightOuterJoinDriver<IT1,​IT2,​OT>

  • All Implemented Interfaces:
    Driver<FlatJoinFunction<IT1,​IT2,​OT>,​OT>

    public class RightOuterJoinDriver<IT1,​IT2,​OT>
    extends AbstractOuterJoinDriver<IT1,​IT2,​OT>
    The right outer join driver implements the logic of an outer join operator at runtime. It instantiates a sort-merge based strategy to find joining pairs of records or joins records from the right side with null if no match is found.