Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Determine if an RDD contains any elements
tf = isEmpty(obj)
returns
a logical tf = isEmpty(obj)1 (true) if the input RDD obj contains
no elements, and a logical 0 (false) otherwise.