XX_HASH3_128
Returns the 128-bit xxHash3 hash of a value.
Analyze Syntax
func.xx_hash3_128(<expr>[, ...])
Analyze Examples
func.xx_hash3_128('hello')
┌────────────┐
│ (largeint) │
└────────────┘
SQL Syntax
XX_HASH3_128(<expr>[, ...])
SQL Examples
SELECT XX_HASH3_128('hello');
┌──────────────────────┐
│ (128-bit hash value) │
└──────────────────────┘