Class DateToTimestampWithTimeZoneCast
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.DateToTimestampWithTimeZoneCast
-
public final class DateToTimestampWithTimeZoneCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongTimestampWithTimeZonecastToLong(ConnectorSession session, long date)static longcastToShort(ConnectorSession session, long date)
-
-
-
Method Detail
-
castToShort
public static long castToShort(ConnectorSession session, long date)
-
castToLong
public static LongTimestampWithTimeZone castToLong(ConnectorSession session, long date)
-
-