Re: order of output in get_slice

2011-11-07 Thread Nate McCall
The results still come back in comparator order (increasing). 2011/11/7 Roland Hänel : > Does a call to > list get_slice(binary key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level) > > give us any guarantees on the order of the returned list? I understand

order of output in get_slice

2011-11-07 Thread Roland Hänel
Does a call to list get_slice(binary key, ColumnParent column_parent, SlicePredicate predicate, ConsistencyLevel consistency_level) give us any guarantees on the order of the returned list? I understand that when the predicate actually contains a sliceRange, then the order _is_ guaranteed to be i