MURMURHASH3_64

Overview

Computes a 64-bit hash value for the input using the MurmurHash3 algorithm and returns a BIGINT.

Syntax

MURMURHASH3_64(<expr>)

Parameters

  • <expr>: A primitive data type. Supports strings, integers, floating-point numbers, and more.

Examples

SELECT murmurhash3_64('hello'); -- -8014657081559513573 SELECT murmurhash3_64(123); -- 5808450433748234714 SELECT murmurhash3_64('world'); -- -5394866185914414384