Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 18, 2022
Send us feedback
xxhash64
Returns a 64-bit hash value of the arguments.
xxhash64(expr1 [, ...] )
exprN: An expression of any type.
exprN
A BIGINT.
> SELECT xxhash64('Spark', array(123), 2); 5602566077635097486
hash function
crc32 function