MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
uint32 | murmur3_32 (const uchar *key, size_t len, uint32 seed) |
Compute 32-bit version of MurmurHash3 hash for the key. More... | |
Compute 32-bit version of MurmurHash3 hash for the key.
key | Key for which hash value to be computed. |
len | Key length. |
seed | Seed for hash computation. |