Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 04, 2022
Send us feedback
typeof
Return a DDL-formatted type string for the data type of the input.
typeof(expr)
expr: Any expression.
expr
A STRING.
> SELECT typeof(1); int > SELECT typeof(array(1)); array<int>