Record Class LogicalType.ListType
java.lang.Object
java.lang.Record
dev.hardwood.metadata.LogicalType.ListType
- All Implemented Interfaces:
LogicalType
- Enclosing interface:
LogicalType
-
Nested Class Summary
Nested classes/interfaces inherited from interface LogicalType
LogicalType.BsonType, LogicalType.DateType, LogicalType.DecimalType, LogicalType.EnumType, LogicalType.IntervalType, LogicalType.IntType, LogicalType.JsonType, LogicalType.ListType, LogicalType.MapType, LogicalType.StringType, LogicalType.TimestampType, LogicalType.TimeType, LogicalType.TimeUnit, LogicalType.UuidType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListType
public ListType()Creates an instance of aListTyperecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-