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"}