pub fn count_distinct<I>(col: impl Into<Column>, cols: Option<I>) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,