StructType(IEnumerable<StructField>) Constructor

Definition

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

Applies to