Class TimestampType

All Implemented Interfaces:
Comparator<ByteBuffer>, AssignmentTestable

public class TimestampType extends TemporalType<Date>
Type for date-time values. This is meant as a replacement for DateType, as DateType wrongly compare pre-unix-epoch dates, sorting them *after* post-unix-epoch ones (due to it's use of unsigned bytes comparison).