次の方法で共有


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 オブジェクトのコレクション

適用対象