DataFrame.Intersect(DataFrame) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これと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 。