Uses of Class
io.trino.spi.type.TimeZoneKey
Packages that use TimeZoneKey
-
Uses of TimeZoneKey in io.trino.spi.connector
Methods in io.trino.spi.connector that return TimeZoneKey -
Uses of TimeZoneKey in io.trino.spi.type
Fields in io.trino.spi.type declared as TimeZoneKeyMethods in io.trino.spi.type that return TimeZoneKeyModifier and TypeMethodDescriptionSqlTimestampWithTimeZone.getTimeZoneKey()static TimeZoneKeyTimeZoneKey.getTimeZoneKey(short timeZoneKey) static TimeZoneKeyTimeZoneKey.getTimeZoneKey(String zoneId) static TimeZoneKeyTimeZoneKey.getTimeZoneKeyForOffset(long offsetMinutes) static TimeZoneKeyDateTimeEncoding.unpackZoneKey(long dateTimeWithTimeZone) Methods in io.trino.spi.type that return types with arguments of type TimeZoneKeyMethods in io.trino.spi.type with parameters of type TimeZoneKeyModifier and TypeMethodDescriptionstatic LongTimestampWithTimeZoneLongTimestampWithTimeZone.fromEpochMillisAndFraction(long epochMillis, int picosOfMilli, TimeZoneKey timeZoneKey) static LongTimestampWithTimeZoneLongTimestampWithTimeZone.fromEpochSecondsAndFraction(long epochSecond, long fractionInPicos, TimeZoneKey timeZoneKey) static SqlTimestampWithTimeZoneSqlTimestampWithTimeZone.newInstance(int precision, long epochMillis, int picosOfMilli, TimeZoneKey timeZoneKey) static longDateTimeEncoding.packDateTimeWithZone(long millisUtc, TimeZoneKey timeZoneKey)