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