Class TimestampOperators.IntervalYearToMonthPlusTimestamp
java.lang.Object
io.trino.operator.scalar.timestamp.TimestampOperators.IntervalYearToMonthPlusTimestamp
- Enclosing class:
TimestampOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longadd(long interval, long timestamp) static LongTimestampadd(ConnectorSession session, long interval, LongTimestamp timestamp)
-
Constructor Details
-
IntervalYearToMonthPlusTimestamp
public IntervalYearToMonthPlusTimestamp()
-
-
Method Details
-
add
public static long add(long interval, long timestamp) -
add
-