Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Computes an XXH3 hash digest.

hash_xxh3(x:any, [seed=string]) -> string

The hash_xxh3 function calculates a 64-bit XXH3 hash digest for the given value x.

from {x: hash_xxh3("foo")}
{x: "ab6e5f64077e7d8a"}

Last updated: