Class TimestampWithTimeZoneOperators.TimestampPlusIntervalDayToSecond
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneOperators.TimestampPlusIntervalDayToSecond
-
- Enclosing class:
- TimestampWithTimeZoneOperators
public static final class TimestampWithTimeZoneOperators.TimestampPlusIntervalDayToSecond extends Object
-
-
Constructor Summary
Constructors Constructor Description TimestampPlusIntervalDayToSecond()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longadd(long precision, long packedEpochMillis, long interval)static LongTimestampWithTimeZoneadd(LongTimestampWithTimeZone timestamp, long interval)
-
-
-
Method Detail
-
add
public static long add(long precision, long packedEpochMillis, long interval)
-
add
public static LongTimestampWithTimeZone add(LongTimestampWithTimeZone timestamp, long interval)
-
-