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

snowflake.snowpark.types.ShortType

class snowflake.snowpark.types.ShortType[source]

Bases: _IntegralType

Short integer data type. This maps to the SMALLINT data type in Snowflake.

Methods