Main Content
intersection
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Return the set intersection of one RDD with another
Syntax
result =
intersection(obj1,obj2)
Description
returns
elements that are the set intersection of result
=
intersection(obj1
,obj2
)obj1
and obj2
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
subtract
| union
| collect
| parallelize