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

snowflake.snowpark.types.LongType

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

Bases: _IntegralType

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

Language: English