You are viewing documentation about an older version (1.14.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