Computes an XXH3 hash digest.
hash_xxh3(x:any, [seed=string]) -> stringDescription
Section titled “Description”The hash_xxh3 function calculates a 64-bit XXH3 hash digest for the given
value x.
Examples
Section titled “Examples”Compute an XXH3 digest of a string
Section titled “Compute an XXH3 digest of a string”from {x: hash_xxh3("foo")}{x: "ab6e5f64077e7d8a"}See Also
Section titled “See Also”hash_md5,
hash_sha1,
hash_sha224,
hash_sha256,
hash_sha384,
hash_sha512