ArrayType(DataType, Boolean) コンストラクター

定義

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)

パラメーター

elementType
DataType

この配列内の要素のデータ型

containsNull
Boolean

要素を null にできるかどうかを示します

適用対象