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