Column.Or(Column) 方法

定義

使用指定的資料行套用布林值 OR 運算子。

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

參數

other
Column

要套用 OR 運算子的資料行

傳回

套用運算子之後的新資料行

適用於