ArrayType(DataType, Boolean) Konstruktor

Definicja

Konstruktor klasy ArrayType.

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)

Parametry

elementType
DataType

Typ danych elementów w tej tablicy

containsNull
Boolean

Wskazuje, czy elementy mogą mieć wartość null

Dotyczy