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