hash function

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime

Returns a hash value of the arguments.

Syntax

hash(expr1, ...)

Arguments

  • exprN: An expression of any type.

Returns

An INTEGER.

Examples

> SELECT hash('Spark', array(123), 2);
 -1321691492