repartition
クラス: matlab.compiler.mlspark.RDD
名前空間: matlab.compiler.mlspark
厳密に numPartitions
個のパーティションをもつ新しい RDD を返す
構文
result = repartition(obj,numPartitions)
説明
は、厳密に result
= repartition(obj
,numPartitions
)numPartitions
個のパーティションをもつ新しい RDD result
を返します。
入力引数
出力引数
例
バージョン履歴
R2016b で導入