Column.BitwiseXOR(Object) Method

Definition

Compute bitwise XOR of this expression with another expression.

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

Parameters

other
Object

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

Returns

New column after applying bitwise XOR operator

Applies to