XX_HASH
Hashes the input using xxHash.
Syntax
Arguments
Name | Type | Description | Default Value |
---|---|---|---|
input | string |
Returns
Returns a bigint
value.
Examples
input | Output |
---|---|
'Hello xxHash' | -8183063398697651807 |
Transformation job example
SQL
Query result
input | Output |
---|---|
'Hello xxHash' | -8183063398697651807 |
Last updated