Class TimeWithTimeZoneToTimestampCast
java.lang.Object
io.trino.operator.scalar.timestamp.TimeWithTimeZoneToTimestampCast
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
shortToShort
-
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)
-