MURMURHASH3_32
Overview
Computes a 32-bit hash value for the input using the MurmurHash3 algorithm and returns an INT.
Syntax
Parameters
<expr>: A primitive data type. Supports strings, integers, floating-point numbers, and more.
Examples
Related Documentation
- MURMURHASH3_64 — 64-bit variant with higher precision
- GENERAL_MURMURHASH3
