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