Function xxhash64

Source
pub fn xxhash64<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Calculates the hash code of given columns using the 64-bit variant of the xxHash algorithm, and returns the result as a long column.