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