StructType(IEnumerable<StructField>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトのコレクション