Class WithTimeZone

java.lang.Object
io.trino.operator.scalar.timestamp.WithTimeZone

public class WithTimeZone extends Object
  • Method Details

    • shortPrecision

      public static long shortPrecision(long precision, long timestamp, io.airlift.slice.Slice zoneId)
    • mediumPrecision

      public static LongTimestampWithTimeZone mediumPrecision(long precision, long timestamp, io.airlift.slice.Slice zoneId)
    • largePrecision

      public static LongTimestampWithTimeZone largePrecision(long precision, LongTimestamp timestamp, io.airlift.slice.Slice zoneId)