spark_connect_rs::functions

Function equal_null

Source
pub fn equal_null(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Expand description

Returns same result as the EQUAL(=) operator for non-null operands, but returns true if both are null, false if one of the them is null.