Class TimestampToTimeWithTimeZoneCast
java.lang.Object
io.trino.operator.scalar.timestamp.TimestampToTimeWithTimeZoneCast
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
shortToShort
-
longToShort
public static long longToShort(long targetPrecision, ConnectorSession session, LongTimestamp timestamp) -
shortToLong
-
longToLong
public static LongTimeWithTimeZone longToLong(long targetPrecision, ConnectorSession session, LongTimestamp timestamp)
-