Share via


ArrayType(DataType, Boolean) Constructor

Definition

Constructor for ArrayType class.

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)

Parameters

elementType
DataType

The data type of elements in this array

containsNull
Boolean

Indicates if elements can be null

Applies to