Package io.trino.operator.scalar.timetz
Class AtTimeZone
- java.lang.Object
-
- io.trino.operator.scalar.timetz.AtTimeZone
-
public class AtTimeZone extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longatTimeZone(ConnectorSession session, long packedTime, io.airlift.slice.Slice zoneId)static LongTimeWithTimeZoneatTimeZone(ConnectorSession session, LongTimeWithTimeZone time, io.airlift.slice.Slice zoneId)
-
-
-
Method Detail
-
atTimeZone
public static long atTimeZone(ConnectorSession session, long packedTime, io.airlift.slice.Slice zoneId)
-
atTimeZone
public static LongTimeWithTimeZone atTimeZone(ConnectorSession session, LongTimeWithTimeZone time, io.airlift.slice.Slice zoneId)
-
-