Column.IsNull Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.