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

snowflake.snowpark.types.LongType

class snowflake.snowpark.types.LongType[source]

Bases: _IntegralType

Long integer data type. This maps to the BIGINT data type in Snowflake.

Methods