pub fn nullif(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Returns null if col1 equals to col2, or col1 otherwise.