Column.Or(Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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