Class LongTimestamp
java.lang.Object
io.trino.spi.type.LongTimestamp
- All Implemented Interfaces:
Comparable<LongTimestamp>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(LongTimestamp other) booleanlongintinthashCode()toString()
-
Field Details
-
INSTANCE_SIZE
public static final int INSTANCE_SIZE
-
-
Constructor Details
-
LongTimestamp
public LongTimestamp(long epochMicros, int picosOfMicro)
-
-
Method Details
-
getEpochMicros
public long getEpochMicros() -
getPicosOfMicro
public int getPicosOfMicro() -
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<LongTimestamp>
-
toString
-