The data type of values.
Indicates if values have null values
Indicates if values have null values
The default size of a value of the ArrayType is 100 * the default size of the element type.
The data type of values.
Matches any expression that evaluates to this DataType
Matches any expression that evaluates to this DataType
:: DeveloperApi ::
The data type for collections of multiple values. Internally these are represented as columns that contain a
.scala.collection.SeqPlease use DataTypes.createArrayType() to create a specific instance.
An ArrayType object comprises two fields,
elementType: DataTypeandcontainsNull: Boolean. The field ofelementTypeis used to specify the type of array elements. The field ofcontainsNullis used to specify if the array hasnullvalues.The data type of values.
Indicates if values have
nullvalues