typeof
function
Applies to: Databricks SQL Databricks Runtime
Return a DDL-formatted type string for the data type of the input.
Returns
A STRING
.
To derive the type of a VARIANT
value, use the schema_of_variant function function.
To derive the combined schema of a group of VARIANT
values, use the schema_of_variant_agg aggregate function aggregate function.