Main Content
rightOuterJoin
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Perform a right outer join
Syntax
result =
rightOuterJoin(obj1,obj2,numPartitions)
Description
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.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
fullOuterJoin
| join
| leftOuterJoin
| collect
| parallelize