snowflake.snowpark.types.DecimalType

class snowflake.snowpark.types.DecimalType(precision: int = 38, scale: int = 0)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/types.py#L303-L327)

Bases: _FractionalType

Decimal data type. This maps to the NUMBER data type in Snowflake.

Methods

jsonValue()

json_value()

simpleString()

simple_string()

Language: English