Package io.trino.operator.scalar.timetz
Class TimeWithTimeZoneToTimestampWithTimeZoneCast
- java.lang.Object
-
- io.trino.operator.scalar.timetz.TimeWithTimeZoneToTimestampWithTimeZoneCast
-
public final class TimeWithTimeZoneToTimestampWithTimeZoneCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongTimestampWithTimeZonelongToLong(long targetPrecision, ConnectorSession session, LongTimeWithTimeZone time)static longlongToShort(long targetPrecision, ConnectorSession session, LongTimeWithTimeZone time)static LongTimestampWithTimeZoneshortToLong(long targetPrecision, ConnectorSession session, long packedTime)static longshortToShort(long targetPrecision, ConnectorSession session, long packedTime)
-
-
-
Method Detail
-
shortToShort
public static long shortToShort(long targetPrecision, ConnectorSession session, long packedTime)
-
longToShort
public static long longToShort(long targetPrecision, ConnectorSession session, LongTimeWithTimeZone time)
-
shortToLong
public static LongTimestampWithTimeZone shortToLong(long targetPrecision, ConnectorSession session, long packedTime)
-
longToLong
public static LongTimestampWithTimeZone longToLong(long targetPrecision, ConnectorSession session, LongTimeWithTimeZone time)
-
-