Package io.trino.operator.scalar.timetz
Class TimeWithTimeZoneOperators.TimeMinusIntervalDayToSecond
java.lang.Object
io.trino.operator.scalar.timetz.TimeWithTimeZoneOperators.TimeMinusIntervalDayToSecond
- Enclosing class:
TimeWithTimeZoneOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longsubtract(long packedTime, long interval) static LongTimeWithTimeZonesubtract(LongTimeWithTimeZone time, long interval)
-
Constructor Details
-
TimeMinusIntervalDayToSecond
public TimeMinusIntervalDayToSecond()
-
-
Method Details
-
subtract
public static long subtract(long packedTime, long interval) -
subtract
-