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 物件

適用於