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