Column.BitwiseOR(Object) 方法

定義

使用另一個運算式計算這個運算式的位 OR。

public Microsoft.Spark.Sql.Column BitwiseOR(object other);
member this.BitwiseOR : obj -> Microsoft.Spark.Sql.Column
Public Function BitwiseOR (other As Object) As Column

參數

other
Object

另一個將用來計算位 OR 的資料行。

傳回

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

適用於