Class TimestampWithTimeZoneOperators.TimestampMinusIntervalDayToSecond
java.lang.Object
io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.TimestampMinusIntervalDayToSecond
- Enclosing class:
TimestampWithTimeZoneOperators
public static final class TimestampWithTimeZoneOperators.TimestampMinusIntervalDayToSecond
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic longsubtract(long timestamp, long interval) static LongTimestampWithTimeZonesubtract(LongTimestampWithTimeZone timestamp, long interval)
-
Method Details
-
subtract
public static long subtract(long timestamp, long interval) -
subtract
public static LongTimestampWithTimeZone subtract(LongTimestampWithTimeZone timestamp, long interval)
-