Class AtTimeZone
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.AtTimeZone
-
public class AtTimeZone extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longatTimeZone(long packedEpochMillis, io.airlift.slice.Slice zoneId)static LongTimestampWithTimeZoneatTimeZone(LongTimestampWithTimeZone timestamp, io.airlift.slice.Slice zoneId)
-
-
-
Method Detail
-
atTimeZone
public static long atTimeZone(long packedEpochMillis, io.airlift.slice.Slice zoneId)
-
atTimeZone
public static LongTimestampWithTimeZone atTimeZone(LongTimestampWithTimeZone timestamp, io.airlift.slice.Slice zoneId)
-
-