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