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