Main Content
isEmpty
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Determine if an RDD contains any elements
Syntax
tf = isEmpty(obj)
Description
returns
a logical tf
= isEmpty(obj
)1 (true)
if the input RDD obj
contains
no elements, and a logical 0 (false)
otherwise.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b