pub fn xxhash64<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Calculates the hash code of given columns using the 64-bit variant of the xxHash algorithm, and returns the result as a long column.