Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
xxhash64
Applies to: Databricks SQL Databricks Runtime
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