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

snowflake.snowpark.types.StructType

class snowflake.snowpark.types.StructType(fields: List[StructField])[source]

Bases: DataType

Represents a table schema. Contains StructField for each column.

Attributes

names

Returns the list of names of the StructField