Column.Or(Column) Method

Definition

Apply boolean OR operator with the given column.

public Microsoft.Spark.Sql.Column Or (Microsoft.Spark.Sql.Column other);
member this.Or : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Function Or (other As Column) As Column

Parameters

other
Column

Column to apply OR operator

Returns

New column after applying the operator

Applies to