Uses of Class
io.trino.spi.type.LongTimestampWithTimeZone
Packages that use LongTimestampWithTimeZone
-
Uses of LongTimestampWithTimeZone in io.trino.spi.type
Classes in io.trino.spi.type that implement interfaces with type arguments of type LongTimestampWithTimeZoneMethods in io.trino.spi.type that return LongTimestampWithTimeZoneModifier and TypeMethodDescriptionstatic LongTimestampWithTimeZoneLongTimestampWithTimeZone.fromEpochMillisAndFraction(long epochMillis, int picosOfMilli, short timeZoneKey) static LongTimestampWithTimeZoneLongTimestampWithTimeZone.fromEpochMillisAndFraction(long epochMillis, int picosOfMilli, TimeZoneKey timeZoneKey) static LongTimestampWithTimeZoneLongTimestampWithTimeZone.fromEpochSecondsAndFraction(long epochSecond, long fractionInPicos, TimeZoneKey timeZoneKey) Methods in io.trino.spi.type with parameters of type LongTimestampWithTimeZoneModifier and TypeMethodDescriptionintLongTimestampWithTimeZone.compareTo(LongTimestampWithTimeZone other)