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