snowflake.snowpark.types.StructType¶
- class snowflake.snowpark.types.StructType(fields: Optional[List[StructField]] = None, structured=False)[source]¶
Bases:
DataTypeRepresents a table schema or structured column. Contains
StructFieldfor each field.Methods
add(field[, datatype, nullable])Attributes
namesReturns the list of names of the
StructField