Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Perform a right outer join
result =
rightOuterJoin(obj1,obj2,numPartitions)
performs
a right outer join between two key-value pair RDDs, result
=
rightOuterJoin(obj1
,obj2
,numPartitions
)obj1
and obj2
. numPartitions
specifies
the number of partitions to create in the resulting RDD.
collect
| fullOuterJoin
| join
| leftOuterJoin
| parallelize