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