rightOuterJoin
クラス: matlab.compiler.mlspark.RDD
名前空間: matlab.compiler.mlspark
右外部連結の実行
構文
result = rightOuterJoin(obj1,obj2,numPartitions)
説明
は、2 つのキーと値のペアの RDD、result = rightOuterJoin(obj1,obj2,numPartitions)obj1 と obj2 の間で右外部連結を実行します。numPartitions は、結果の RDD 内に作成するパーティションの数を指定します。
入力引数
出力引数
例
バージョン履歴
R2016b で導入
参考
fullOuterJoin | join | leftOuterJoin | collect | parallelize