Column.IsNull Method

Definition

True if the current expression is null.

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

Returns

New column with values true if the preceding column had a null value in the same index, and false otherwise.

Applies to