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 -
Method Summary
Modifier and TypeMethodDescriptionstatic longadd(long precision, long packedEpochMillis, long interval) static LongTimestampWithTimeZoneadd(LongTimestampWithTimeZone timestamp, long interval)
-
Constructor Details
-
TimestampPlusIntervalDayToSecond
public TimestampPlusIntervalDayToSecond()
-
-
Method Details
-
add
public static long add(long precision, long packedEpochMillis, long interval) -
add
-