DataFrame.Intersect(DataFrame) メソッド

定義

これとDataFrame別の の両方でのみ行を含む新しい DataFrame を返しますDataFrame

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

パラメーター

other
DataFrame

その他の DataFrame

戻り値

DataFrame オブジェクト

注釈

これは SQL の と同じです INTERSECT

適用対象