You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.types.IntegerType

class snowflake.snowpark.types.IntegerType[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/types.py#L111-L114)

Bases: _IntegralType

Integer data type. This maps to the INT data type in Snowflake.

Language: English