Main Content
flatMapValues
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Pass each value in the key-value pair RDD through a flatMap
method
without changing the keys
Syntax
result =
flatMapValues(obj,func)
Description
passes
each value in a key-value pair RDD result
=
flatMapValues(obj
,func
)obj
through
the flatMap
method without changing the keys. func
represents
the function to be applied by the flatMap
method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
flatMap
| map
| collect
| parallelize