Create an ARRAY data type
The data type of array elements
Compare this DataType with another DataType for equality
The DataType to compare with
true if the types are equal, false otherwise
Serialize a value for storage based on this DataType
The value to serialize
The serialized value
Get the SQL string representation based on the dialect PostgreSQL: Uses native array syntax (e.g., TEXT[], INTEGER[]) Other dialects: Falls back to JSON or TEXT
Optionaldialect: stringGet the element type
Base class for all data types