join
PTable<K,Pair<U,V>> join(PTable<K,U> left,
PTable<K,V> right,
JoinType joinType)
Join two tables with the given join type.
- Parameters:
left
- left table to be joined
right
- right table to be joined
joinType
- type of join to perform
- Returns:
- joined tables