Class CurrentTimestamp
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.CurrentTimestamp
-
public final class CurrentTimestamp extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongTimestampWithTimeZonelongTimestamp(long precision, ConnectorSession session, LongTimestampWithTimeZone dummy)static longshortTimestamp(long precision, ConnectorSession session, Long dummy)
-
-
-
Method Detail
-
shortTimestamp
public static long shortTimestamp(long precision, ConnectorSession session, Long dummy)
-
longTimestamp
public static LongTimestampWithTimeZone longTimestamp(long precision, ConnectorSession session, LongTimestampWithTimeZone dummy)
-
-