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

snowflake.snowpark.types.BooleanType

class snowflake.snowpark.types.BooleanType[source]

Bases: _AtomicType

Boolean data type. This maps to the BOOLEAN data type in Snowflake.

Methods