Hash Functions

This section provides reference information for the Hash functions in PlaidCloud Lakehouse.


BLAKE3

Learn how to use the BLAKE3 hash function in PlaidCloud Lakehouse. Calculates a BLAKE3 256-bit checksum for a string. Includes syntax and examples.

CITY64WITHSEED

Learn how to use the CITY64WITHSEED hash function in PlaidCloud Lakehouse. Calculates a City64WithSeed 64-bit hash for a string. Includes syntax and examples.

MD5

Learn how to use the MD5 hash function in PlaidCloud Lakehouse. Calculates an MD5 128-bit checksum for a string. Includes syntax and examples.

SHA

Learn how to use the SHA hash function in PlaidCloud Lakehouse. Calculates an SHA-1 160-bit checksum for the string, as described in RFC 3174 (Secure Hash...

SHA1

Learn how to use the SHA1 hash function in PlaidCloud Lakehouse. Alias for SHA. Computes a cryptographic hash of the input. Includes syntax and examples.

SHA2

Learn how to use the SHA2 hash function in PlaidCloud Lakehouse. Calculates the SHA-2 family of hash functions (SHA-224, SHA-256, SHA-384, and SHA-512).

SIPHASH

Learn how to use SIPHASH in PlaidCloud Lakehouse. Alias for the SIPHASH64 hash function. Includes detailed syntax, examples, and usage reference.

SIPHASH64

Learn how to use the SIPHASH64 hash function in PlaidCloud Lakehouse. Produces a 64-bit SipHash hash value. Full syntax and usage reference.

XXHASH32

Learn how to use the XXHASH32 hash function in PlaidCloud Lakehouse. Calculates an xxHash32 32-bit hash value for a string. Includes syntax and examples.

XXHASH64

Learn how to use the XXHASH64 hash function in PlaidCloud Lakehouse. Calculates an xxHash64 64-bit hash value for a string. Includes syntax and examples.