Decode TimestampType as DateType

This commit is contained in:
Mikhail Stepura
2014-02-24 12:21:07 -08:00
parent ba896f0ed1
commit 07656200ef

View File

@@ -502,6 +502,8 @@ class DateType(_CassandraType):
return int64_pack(long(converted))
class TimestampType(DateType):
pass
class TimeUUIDType(DateType):
typename = 'timeuuid'