snowflake.snowpark.functions.is_real¶
- snowflake.snowpark.functions.is_real(col: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L3937-L3949)¶
Returns true if the specified VARIANT column contains a floating-point value, fixed-point decimal, or integer.
Example: