Column.BitwiseOR(Object) Method

Definition

Compute bitwise OR of this expression with another expression.

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

Parameters

other
Object

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

Returns

New column after applying bitwise OR operator

Applies to