Package io.trino.operator.scalar.timetz
Class TimeWithTimeZoneToTimeCast
- java.lang.Object
-
- io.trino.operator.scalar.timetz.TimeWithTimeZoneToTimeCast
-
public final class TimeWithTimeZoneToTimeCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longcast(long targetPrecision, long packedTime)static longcast(long targetPrecision, LongTimeWithTimeZone timestamp)
-
-
-
Method Detail
-
cast
public static long cast(long targetPrecision, long packedTime)
-
cast
public static long cast(long targetPrecision, LongTimeWithTimeZone timestamp)
-
-