Share via


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 运算符后的新列

适用于