snowflake.snowpark.functions.typeof¶ snowflake.snowpark.functions.typeof(col: ColumnOrName) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2220-L2223)¶ Reports the type of a value stored in a VARIANT column. The type is returned as a string.