Class TimestampWithTimeZoneToTimestampWithTimeZoneCast
java.lang.Object
io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneToTimestampWithTimeZoneCast
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongTimestampWithTimeZonelongToLong(long targetPrecision, LongTimestampWithTimeZone timestamp) static longlongToShort(long targetPrecision, LongTimestampWithTimeZone timestamp) static LongTimestampWithTimeZoneshortToLong(long packedEpochMillis) static longshortToShort(long sourcePrecision, long targetPrecision, long packedEpochMillis)
-
Method Details
-
shortToShort
public static long shortToShort(long sourcePrecision, long targetPrecision, long packedEpochMillis) -
shortToLong
-
longToShort
-
longToLong
public static LongTimestampWithTimeZone longToLong(long targetPrecision, LongTimestampWithTimeZone timestamp)
-