hash

hash

hash介绍

hash(expr1, expr2, ...) - 返回参数的哈希值。

Examples:

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

Since: 2.0.0