Main Content
cogroup
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Group data from RDDs sharing the same key
Syntax
result =
cogroup(obj1,obj2,numPartitions)
Description
groups
the data from result
=
cogroup(obj1
,obj2
,numPartitions
)obj1
and obj2
that
share the same key.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b