snowflake.snowpark.functions.to_decimal¶ snowflake.snowpark.functions.to_decimal(e: ColumnOrName, precision: int, scale: int) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L826-L829)¶ Converts an input expression to a decimal.