pub fn greatest<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Returns the greatest value of the list of column names, skipping null values.