FNV_HASH
Hash function
Description
FNV_HASH Computes the 64-bit FNV-1a non-cryptographic hash function for all basic data types. (Redshift SQL Language Reference FNV_HASH function).
In Snowflake there is no equivalent function that provide the FNV algorithm, but HASH function provides the same non-cryptographic functionality.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
In Redshift's FNV_HASH function, the seed parameter is optional, but it is not used in the Snowflake's Hash function since the seed parameter is only used on FNV algorithm.
Known Issues
There are no known issues.
Related EWIs
There are no known issues.
Last updated