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