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