Package io.trino.spi.type
Class TimeZoneKey
java.lang.Object
io.trino.spi.type.TimeZoneKey
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()shortgetKey()static TimeZoneKeygetTimeZoneKey(short timeZoneKey) static TimeZoneKeygetTimeZoneKey(String zoneId) static TimeZoneKeygetTimeZoneKeyForOffset(long offsetMinutes) static Set<TimeZoneKey>inthashCode()static booleanisUtcZoneId(String zoneId) toString()
-
Field Details
-
UTC_KEY
-
MAX_TIME_ZONE_KEY
public static final short MAX_TIME_ZONE_KEY
-
-
Method Details
-
getTimeZoneKeys
-
getTimeZoneKey
-
getTimeZoneKey
- Throws:
TimeZoneNotSupportedException- whenzoneIddoes not identity a time zone
-
getTimeZoneKeyForOffset
-
getId
-
getZoneId
-
getKey
public short getKey() -
hashCode
public int hashCode() -
equals
-
toString
-
isUtcZoneId
-