XX_HASH3_128

Learn how to use the XX_HASH3_128 hash function in PlaidCloud Lakehouse. Returns the 128-bit xxHash3 hash of a value - see syntax, examples, and output.

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)  
└──────────────────────┘