Class TimestampOperators.TimestampMinusIntervalYearToMonth
- java.lang.Object
-
- io.trino.operator.scalar.timestamp.TimestampOperators.TimestampMinusIntervalYearToMonth
-
- Enclosing class:
- TimestampOperators
public static final class TimestampOperators.TimestampMinusIntervalYearToMonth extends Object
-
-
Constructor Summary
Constructors Constructor Description TimestampMinusIntervalYearToMonth()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longsubtract(long timestamp, long interval)static LongTimestampsubtract(ConnectorSession session, LongTimestamp timestamp, long interval)
-
-
-
Method Detail
-
subtract
public static long subtract(long timestamp, long interval)
-
subtract
public static LongTimestamp subtract(ConnectorSession session, LongTimestamp timestamp, long interval)
-
-