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

snowflake.snowpark.types.LongType

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

Bases: _IntegralType

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

Language: English