hash
function
Applies to: Databricks SQL
Databricks Runtime
Returns a hash value of the arguments.
hash(expr1, ...)
exprN
: An expression of any type.
An INTEGER.
SQL
> SELECT hash('Spark', array(123), 2);
-1321691492