Package io.trino.plugin.base.type
Class DecodedTimestamp
- java.lang.Object
-
- io.trino.plugin.base.type.DecodedTimestamp
-
public class DecodedTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description DecodedTimestamp(long epochSeconds, int nanosOfSecond)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEpochSeconds()intgetNanosOfSecond()
-