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