Class LongTimeWithTimeZone
java.lang.Object
io.trino.spi.type.LongTimeWithTimeZone
- All Implemented Interfaces:
Comparable<LongTimeWithTimeZone>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LongTimeWithTimeZone other) booleanintlonginthashCode()
-
Field Details
-
INSTANCE_SIZE
public static final int INSTANCE_SIZE
-
-
Constructor Details
-
LongTimeWithTimeZone
public LongTimeWithTimeZone(long picoseconds, int offsetMinutes)
-
-
Method Details
-
getPicoseconds
public long getPicoseconds() -
getOffsetMinutes
public int getOffsetMinutes() -
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<LongTimeWithTimeZone>
-