ArrayType(DataType, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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