Class TimestampWithTimeZoneToDateCast
- java.lang.Object
-
- io.trino.operator.scalar.timestamptz.TimestampWithTimeZoneToDateCast
-
public final class TimestampWithTimeZoneToDateCast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longcast(long timestamp)static longcast(LongTimestampWithTimeZone timestamp)
-
-
-
Method Detail
-
cast
public static long cast(long timestamp)
-
cast
public static long cast(LongTimestampWithTimeZone timestamp)
-
-