DataFrame.Union(DataFrame) メソッド

定義

この DataFrame と別DataFrameの 内の行の和集合を含む新しい DataFrame を返します。

public Microsoft.Spark.Sql.DataFrame Union (Microsoft.Spark.Sql.DataFrame other);
member this.Union : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Function Union (other As DataFrame) As DataFrame

パラメーター

other
DataFrame

その他の DataFrame

戻り値

DataFrame オブジェクト

適用対象