tree: c75012c768ee90a84d5ab843eef1d05bad7f7a40 [path history] [tgz]
  1. batches/
  2. binding_parameters/
  3. client_side_timestamps/
  4. consistency/
  5. data_types/
  6. date_and_time/
  7. futures/
  8. handling_results/
  9. keyspaces/
  10. prepared_statements/
  11. schema_metadata/
  12. tuples/
  13. user_defined_types/
  14. uuids/
  15. README.md
topics/basics/README.md

Basics

Feature Compatibility

  • Cassandra 2.0+ is required for parameterized queries, prepared statements, paging, and batches. Cassandra 1.2 does NOT support these features.
  • Cassandra 2.1+ is required for nested collections, UDTs, tuples, and client-side timestamps. Cassandra 1.2 and 2.0 do NOT support these features.

Datatypes Mapping