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