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