Class DateType

java.lang.Object
org.apache.cassandra.db.marshal.AbstractType<Date>
org.apache.cassandra.db.marshal.DateType
All Implemented Interfaces:
Comparator<ByteBuffer>, AssignmentTestable

@Deprecated(since="2.2.6") public class DateType extends AbstractType<Date>
Deprecated.
This is the old version of TimestampType, but has been replaced as it wasn't comparing pre-epoch timestamps correctly. This is kept for backward compatibility but shouldn't be used in new code.