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.

Retrieves the type id of an expression.

type_id(x:any) -> string

The type_id function returns the type id of the given value x.

from {x: type_id(1 + 3.2)}
{x: "41615fdb30a38aaf"}

Last updated: