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