Column.And(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 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