Column.EqNullSafe(Object) 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.
Apply equality test that is safe for null values.
public Microsoft.Spark.Sql.Column EqNullSafe (object obj);
member this.EqNullSafe : obj -> Microsoft.Spark.Sql.Column
Public Function EqNullSafe (obj As Object) As Column
Parameters
- obj
- Object
Object to apply equality test
Returns
New column after applying the equality test