ArrayType(DataType, Boolean) Oluşturucu

Tanım

ArrayType sınıfı için oluşturucu.

public ArrayType(Microsoft.Spark.Sql.Types.DataType elementType, bool containsNull = true);
new Microsoft.Spark.Sql.Types.ArrayType : Microsoft.Spark.Sql.Types.DataType * bool -> Microsoft.Spark.Sql.Types.ArrayType
Public Sub New (elementType As DataType, Optional containsNull As Boolean = true)

Parametreler

elementType
DataType

Bu dizideki öğelerin veri türü

containsNull
Boolean

Öğelerin null olup olmadığını gösterir

Şunlara uygulanır