OrangeRhymeLabs / HelenusDB

HelenusDB enhances Cassandra with document-oriented storage with indexing, filtering, sorting, and pagination.
Apache License 2.0
2 stars 1 forks source link

[DB] Cassandra already has DataTypes class / enum #34

Open tfredrich opened 9 years ago

tfredrich commented 9 years ago

Perhaps use / extend it instead of creating our own FieldType enumeration.

See DataStax driver: https://github.com/datastax/java-driver/blob/2.1/driver-core/src/main/java/com/datastax/driver/core/DataType.java