pub fn coalesce<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Returns the first column that is not null.