Share via


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。

适用于