flatMapValues
R2026bClass: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
(To be removed) Pass each value in the key-value pair RDD through a flatMap method
without changing the keys
matlab.compiler.mlspark.RDD.flatMapValues will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Syntax
result =
flatMapValues(obj,func)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016bSee Also
flatMap | map | collect | parallelize