Función xxhash64
Se aplica a: Databricks SQL Databricks Runtime
Devuelve un valor hash de 64 bits de los argumentos.
Sintaxis
xxhash64(expr1 [, ...] )
Argumentos
exprN
: una expresión de cualquier tipo.
Devoluciones
Valor BIGINT.
Ejemplos
> SELECT xxhash64('Spark', array(123), 2);
5602566077635097486