Class TimestampWithTimeZoneOperators.TimestampMinusTimestamp
java.lang.Object
io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.TimestampMinusTimestamp
- Enclosing class:
TimestampWithTimeZoneOperators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longsubtract(long left, long right) static longsubtract(LongTimestampWithTimeZone left, LongTimestampWithTimeZone right)
-
Constructor Details
-
TimestampMinusTimestamp
public TimestampMinusTimestamp()
-
-
Method Details
-
subtract
public static long subtract(long left, long right) -
subtract
-