Package io.trino.operator.scalar.timetz
Class TimeWithTimeZoneToTimeWithTimeZoneCast
- java.lang.Object
-
- io.trino.operator.scalar.timetz.TimeWithTimeZoneToTimeWithTimeZoneCast
-
public final class TimeWithTimeZoneToTimeWithTimeZoneCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongTimeWithTimeZonelongToLong(long targetPrecision, LongTimeWithTimeZone timestamp)static longlongToShort(long targetPrecision, LongTimeWithTimeZone timestamp)static LongTimeWithTimeZoneshortToLong(long packedTime)static longshortToShort(long sourcePrecision, long targetPrecision, long packedTime)
-
-
-
Method Detail
-
shortToShort
public static long shortToShort(long sourcePrecision, long targetPrecision, long packedTime)
-
shortToLong
public static LongTimeWithTimeZone shortToLong(long packedTime)
-
longToShort
public static long longToShort(long targetPrecision, LongTimeWithTimeZone timestamp)
-
longToLong
public static LongTimeWithTimeZone longToLong(long targetPrecision, LongTimeWithTimeZone timestamp)
-
-