Column.IsNotNull Method

Definition

True if the current expression is NOT null.

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

Returns

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

Applies to