Class TimestampToTimeWithTimeZoneCast
- java.lang.Object
-
- io.trino.operator.scalar.timestamp.TimestampToTimeWithTimeZoneCast
-
public final class TimestampToTimeWithTimeZoneCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongTimeWithTimeZonelongToLong(long targetPrecision, ConnectorSession session, LongTimestamp timestamp)static longlongToShort(long targetPrecision, ConnectorSession session, LongTimestamp timestamp)static LongTimeWithTimeZoneshortToLong(ConnectorSession session, long timestamp)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 LongTimeWithTimeZone shortToLong(ConnectorSession session, long timestamp)
-
longToLong
public static LongTimeWithTimeZone longToLong(long targetPrecision, ConnectorSession session, LongTimestamp timestamp)
-
-