StructType(IEnumerable<StructField>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for StructType class.
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))
Parameters
- fields
- IEnumerable<StructField>
A collection of StructFieldType objects