pub fn hash<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Calculates the hash code of given columns, and returns the result as an int column.