Skip to content

Returns the 128-bit xxHash3 hash of a value.

func.xx_hash3_128(<expr>[, ...])
func.xx_hash3_128('hello')
┌────────────┐
│ (largeint) │
└────────────┘
XX_HASH3_128(<expr>[, ...])
SELECT XX_HASH3_128('hello');
┌──────────────────────┐
│ (128-bit hash value) │
└──────────────────────┘