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