StructType(IEnumerable<StructField>) 构造函数

定义

StructType 类的构造函数。

public StructType (System.Collections.Generic.IEnumerable<Microsoft.Spark.Sql.Types.StructField> fields);
new Microsoft.Spark.Sql.Types.StructType : seq<Microsoft.Spark.Sql.Types.StructField> -> Microsoft.Spark.Sql.Types.StructType
Public Sub New (fields As IEnumerable(Of StructField))

参数

fields
IEnumerable<StructField>

StructFieldType 对象的集合

适用于