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