Share via


Column.BitwiseAND(Object) 方法

定义

使用另一个表达式计算此表达式的按位 AND。

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

参数

other
Object

用于计算按位 AND 的另一列。

返回

应用按位 AND 运算符后的新列

适用于