Class TimestampWithTimeZoneToTimeWithTimeZoneCast
java.lang.Object
io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneToTimeWithTimeZoneCast
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongTimeWithTimeZonelongToLong(long targetPrecision, LongTimestampWithTimeZone timestamp) static longlongToShort(long targetPrecision, LongTimestampWithTimeZone timestamp) static LongTimeWithTimeZoneshortToLong(long timestamp) static longshortToShort(long targetPrecision, long packedTimestamp)
-
Method Details
-
shortToShort
public static long shortToShort(long targetPrecision, long packedTimestamp) -
longToShort
-
shortToLong
-
longToLong
public static LongTimeWithTimeZone longToLong(long targetPrecision, LongTimestampWithTimeZone timestamp)
-