Functionstype_idVersion: NextOn this pagetype_idRetrieves the type of an expression.type_id(x:any) -> stringDescriptionThe type_id function returns the type of the given value x.ExamplesRetrieve the type of a numeric expressionfrom {x: type_id(1 + 3.2)}{x: "41615fdb30a38aaf"}