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