reduceByKeyLocally
R2026bClass: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
(To be removed) Merge the values for each key using an associative reduce function, but return the results immediately to the driver
matlab.compiler.mlspark.RDD.reduceByKeyLocally will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Syntax
result =
reduceByKeyLocally(obj,func)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016bSee Also
reduce | reduceByKey | map | collect | parallelize