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