pub fn equal_null(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
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.