Column.BitwiseAND(Object) Method

Definition

Compute bitwise AND of this expression with another expression.

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

Parameters

other
Object

The other column that will be used to compute the bitwise AND.

Returns

New column after applying the bitwise AND operator

Applies to