Column.IsNotNull 方法

定義

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

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

傳回

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

適用於