I am using
[cqlsh 5.0.1 | Cassandra 3.11.5 | CQL spec 3.4.4 | Native protocol v4]
cassandra@cqlsh:test> CREATE TABLE test.example (
... id int PRIMARY KEY,
... daterange 'DateRangeType'
... );
SyntaxException: Error setting type DateRangeType: Unable to find abstract-type class 'org.apache.cassandra.db.marshal.DateRangeType'