Class TimestampOperators.TimestampMinusIntervalDayToSecond
java.lang.Object
io.trino.operator.scalar.timestamp.TimestampOperators.TimestampMinusIntervalDayToSecond
- Enclosing class:
TimestampOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longsubtract(long timestamp, long interval) static LongTimestampsubtract(LongTimestamp timestamp, long interval)
-
Constructor Details
-
TimestampMinusIntervalDayToSecond
public TimestampMinusIntervalDayToSecond()
-
-
Method Details
-
subtract
public static long subtract(long timestamp, long interval) -
subtract
-