Class DecodedTimestamp

java.lang.Object
io.trino.plugin.base.type.DecodedTimestamp

public class DecodedTimestamp extends Object
  • Constructor Details

    • DecodedTimestamp

      public DecodedTimestamp(long epochSeconds, int nanosOfSecond)
  • Method Details

    • getEpochSeconds

      public long getEpochSeconds()
    • getNanosOfSecond

      public int getNanosOfSecond()