Function coalesce

Source
pub fn coalesce<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Returns the first column that is not null.