Column.And(Column) Method

Definition

Apply boolean AND operator with the given column.

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

Parameters

other
Column

Column to apply AND operator

Returns

New column after applying the operator

Applies to