Skip to main content
Version: Next

type_id

Retrieves the type of an expression.

type_id(x:any) -> string

Description

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

Examples

Retrieve the type of a numeric expression

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