XX_HASH3_64

Returns the 64-bit xxHash3 hash of a value.

Analyze Syntax

func.xx_hash3_64(<expr>[, ...])

Analyze Examples

func.xx_hash3_64('hello')

┌──────────┐
 (bigint)  
└──────────┘

SQL Syntax

XX_HASH3_64(<expr>[, ...])

SQL Examples

SELECT XX_HASH3_64('hello');

┌──────────────────────┐
 -7685981735718036227  
└──────────────────────┘