Package io.trino.plugin.base.type
Class DecodedTimestamp
java.lang.Object
io.trino.plugin.base.type.DecodedTimestamp
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecodedTimestamp
public DecodedTimestamp(long epochSeconds, int nanosOfSecond)
-
-
Method Details
-
getEpochSeconds
public long getEpochSeconds() -
getNanosOfSecond
public int getNanosOfSecond()
-