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