Class LongTimeWithTimeZone

java.lang.Object
io.trino.spi.type.LongTimeWithTimeZone
All Implemented Interfaces:
Comparable<LongTimeWithTimeZone>

public final class LongTimeWithTimeZone extends Object implements Comparable<LongTimeWithTimeZone>
  • Field Details

    • INSTANCE_SIZE

      public static final int INSTANCE_SIZE
  • Constructor Details

    • LongTimeWithTimeZone

      public LongTimeWithTimeZone(long picoseconds, int offsetMinutes)
  • Method Details