Class TimestampWithTimeZoneOperators.TimestampMinusIntervalYearToMonth
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.TimestampMinusIntervalYearToMonth
-
- Enclosing class:
- TimestampWithTimeZoneOperators
public static final class TimestampWithTimeZoneOperators.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 LongTimestampWithTimeZonesubtract(LongTimestampWithTimeZone timestamp, long interval)
-
-
-
Method Detail
-
subtract
public static long subtract(long timestamp, long interval)
-
subtract
public static LongTimestampWithTimeZone subtract(LongTimestampWithTimeZone timestamp, long interval)
-
-