Column.IsNull 方法

定義

如果目前的運算式為 Null,則為 True。

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

傳回

如果上述資料行在相同的索引中有 Null 值,則為 true 的新資料行,否則為 false。

適用於