rightJoin
Alias for Dataset.joinWith which passes "right" argument and respects the fact that in result of right join left relation is nullable
Receiver
left dataset
Return
dataset of Tuple2 where left element is forced nullable
Parameters
right
right dataset
col
join condition