snowflake.snowpark.types.StructField¶
- class snowflake.snowpark.types.StructField(column_identifier: ColumnIdentifier | str, datatype: DataType, nullable: bool = True)[source]¶
Bases:
object
Represents the content of
StructField
.Attributes
name
Returns the column name.