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