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

snowflake.snowpark.types.IntegerType

class snowflake.snowpark.types.IntegerType[source]

Bases: _IntegralType

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

Methods