snowflake.snowpark.types.StructType¶
- class snowflake.snowpark.types.StructType(fields: List[StructField])[source]¶
Bases:
DataTypeRepresents a table schema. Contains
StructFieldfor each column.Attributes
namesReturns the list of names of the
StructField