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