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