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 -
Method Summary
Modifier and TypeMethodDescriptionstatic longadd(long packedEpochMillis, long interval) static LongTimestampWithTimeZoneadd(LongTimestampWithTimeZone timestamp, long interval)
-
Constructor Details
-
TimestampPlusIntervalYearToMonth
public TimestampPlusIntervalYearToMonth()
-
-
Method Details
-
add
public static long add(long packedEpochMillis, long interval) -
add
-