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