DataFrame.Where 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Where(Column) |
使用指定的條件篩選資料列。 這是 Filter () 的別名。 |
| Where(String) |
使用指定的 SQL 運算式篩選資料列。 這是 Filter () 的別名。 |
Where(Column)
使用指定的條件篩選資料列。 這是 Filter () 的別名。
public Microsoft.Spark.Sql.DataFrame Where(Microsoft.Spark.Sql.Column condition);
member this.Where : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.DataFrame
Public Function Where (condition As Column) As DataFrame
參數
- condition
- Column
條件運算式
傳回
DataFrame 物件