Class TimestampOperators.TimestampMinusTimestamp
- java.lang.Object
-
- io.trino.operator.scalar.timestamp.TimestampOperators.TimestampMinusTimestamp
-
- Enclosing class:
- TimestampOperators
public static final class TimestampOperators.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(LongTimestamp left, LongTimestamp right)
-
-
-
Method Detail
-
subtract
public static long subtract(long left, long right)
-
subtract
public static long subtract(LongTimestamp left, LongTimestamp right)
-
-