Main Content
collectAsMap
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Return the key-value pairs in an RDD as a MATLAB containers.Map
object
Syntax
result =
collectAsMap(obj)
Description
returns the key-value
pairs in result
=
collectAsMap(obj
)obj
as a MATLAB® containers.Map
object.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
collect
| cartesian
| glom
| parallelize