Main Content
glom
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Coalesce all elements within each partition of an RDD
Syntax
result =
glom(obj)
Description
returns an RDD result
=
glom(obj
)result
created by coalescing all
elements within each partition of obj
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b