Class TimestampWithTimeZoneOperators.IntervalYearToMonthPlusTimestamp
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.IntervalYearToMonthPlusTimestamp
-
- Enclosing class:
- TimestampWithTimeZoneOperators
public static final class TimestampWithTimeZoneOperators.IntervalYearToMonthPlusTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description IntervalYearToMonthPlusTimestamp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longadd(long interval, long timestamp)static LongTimestampWithTimeZoneadd(long interval, LongTimestampWithTimeZone timestamp)
-
-
-
Method Detail
-
add
public static long add(long interval, long timestamp)
-
add
public static LongTimestampWithTimeZone add(long interval, LongTimestampWithTimeZone timestamp)
-
-