DataFrame.IntersectAll(DataFrame) メソッド

定義

重複を保持しながら、これとDataFrameDataFrameの両方の行のみを含む新しいDataFrame行を返します。

[Microsoft.Spark.Since("2.4.0")]
public Microsoft.Spark.Sql.DataFrame IntersectAll (Microsoft.Spark.Sql.DataFrame other);
[<Microsoft.Spark.Since("2.4.0")>]
member this.IntersectAll : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Function IntersectAll (other As DataFrame) As DataFrame

パラメーター

other
DataFrame

その他の DataFrame

戻り値

DataFrame オブジェクト

属性

注釈

これは SQL の と同じです INTERSECT ALL

適用対象