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