No-arg constructor for kryo.
No-arg constructor for kryo.
The data type of values.
Indicates if values have null values
String representation for the type saved in external catalogs.
Indicates if values have null values
The default size of a value of the ArrayType is the default size of the element type.
The data type of values.
The compact JSON representation of this data type.
The compact JSON representation of this data type.
The pretty (i.e.
The pretty (i.e. indented) JSON representation of this data type.
Readable string representation for the type.
Name of the type used in JSON serialization.
Name of the type used in JSON serialization.
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
nullvalues1.3.0