Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Atualizado 04/11/2024
Send us feedback
hash
Applies to: Databricks SQL Databricks Runtime
Returns a hash value of the arguments.
hash(expr1, ...)
exprN: An expression of any type.
exprN
An INTEGER.
> SELECT hash('Spark', array(123), 2); -1321691492
crc32 function
md5 function
sha function
sha1 function
sha2 function
xxhash64 function