Package io.trino.hive.formats.avro.model
Record Class AvroLogicalType.TimeMillisLogicalType
java.lang.Object
java.lang.Record
io.trino.hive.formats.avro.model.AvroLogicalType.TimeMillisLogicalType
- All Implemented Interfaces:
AvroLogicalType
- Enclosing interface:
AvroLogicalType
public static record AvroLogicalType.TimeMillisLogicalType()
extends Record
implements AvroLogicalType
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.hive.formats.avro.model.AvroLogicalType
AvroLogicalType.BytesDecimalLogicalType, AvroLogicalType.DateLogicalType, AvroLogicalType.FixedDecimalLogicalType, AvroLogicalType.StringUUIDLogicalType, AvroLogicalType.TimeMicrosLogicalType, AvroLogicalType.TimeMillisLogicalType, AvroLogicalType.TimestampMicrosLogicalType, AvroLogicalType.TimestampMillisLogicalType -
Field Summary
Fields inherited from interface io.trino.hive.formats.avro.model.AvroLogicalType
DATE, DECIMAL, LOCAL_TIMESTAMP_MICROS, LOCAL_TIMESTAMP_MILLIS, TIME_MICROS, TIME_MILLIS, TIMESTAMP_MICROS, TIMESTAMP_MILLIS, UUID -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aTimeMillisLogicalTyperecord class. -
Method Summary
-
Constructor Details
-
TimeMillisLogicalType
public TimeMillisLogicalType()Creates an instance of aTimeMillisLogicalTyperecord 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.
-