snowflake.snowpark.types.ArrayType¶

class snowflake.snowpark.types.ArrayType(element_type: Optional[DataType] = None, structured: bool = False)[source]¶

Bases: DataType

Array data type. This maps to the ARRAY data type in Snowflake.

Methods

fromJson(json_dict)

from_json(json_dict)

is_primitive()

jsonValue()

json_value()

simpleString()

simple_string()