GENERAL_MURMURHASH3
Overview
Computes a hash value for input data of any type using the MurmurHash3 algorithm and returns a BIGINT.
Syntax
Parameters
<expr>: Any type. Supports strings, integers, floating-point numbers, DATE, TIMESTAMP, and more.
Examples
Related Documentation
- GENERAL_COMPLEXHASH2 — variant that automatically selects the algorithm
- MURMURHASH3_64
