Class TimestampWithTimeZoneOperators.TimestampMinusTimestamp
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.TimestampMinusTimestamp
-
- Enclosing class:
- TimestampWithTimeZoneOperators
public static final class TimestampWithTimeZoneOperators.TimestampMinusTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description TimestampMinusTimestamp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longsubtract(long left, long right)static longsubtract(LongTimestampWithTimeZone left, LongTimestampWithTimeZone right)
-
-
-
Method Detail
-
subtract
public static long subtract(long left, long right)
-
subtract
public static long subtract(LongTimestampWithTimeZone left, LongTimestampWithTimeZone right)
-
-