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