Column.And(Column) 方法

定義

使用指定的資料行套用布林 AND 運算子。

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

參數

other
Column

要套用 AND 運算子的資料行

傳回

套用運算子之後的新資料行

適用於