Skip to content

Returns the 64-bit xxHash3 hash of a value.

func.xx_hash3_64(<expr>[, ...])
func.xx_hash3_64('hello')
┌──────────┐
│ (bigint) │
└──────────┘
XX_HASH3_64(<expr>[, ...])
SELECT XX_HASH3_64('hello');
┌──────────────────────┐
-7685981735718036227
└──────────────────────┘