Cassandra SE

- add support for Cassandra's UUID datatype. We map it to CHAR(36).
This commit is contained in:
Sergey Petrunya 2012-08-31 10:49:36 +04:00
commit 6cce520472
5 changed files with 222 additions and 17 deletions

View file

@ -416,9 +416,8 @@ bool Cassandra_se_impl::get_range_slices(bool last_key_as_start_key)
cparent.column_family= column_family;
/* SlicePredicate can be used to limit columns we will retrieve */
// Try passing nothing...
KeyRange key_range; // Try passing nothing, too.
KeyRange key_range;
key_range.__isset.start_key= true;
key_range.__isset.end_key= true;