Re: getSequentialIterator and ranges

2014-02-18 Thread Jonathan Ellis
Without looking at the code I would expect EMPTY to work for open bound on both left and right. If that doesn't work I would set a breakpoint and have a look at what "SELECT *" gets turned into. On Tue, Feb 18, 2014 at 11:45 AM, Berenguer Blasi wrote: > Hi all, > > when iterating CFs with getSeq

getSequentialIterator and ranges

2014-02-18 Thread Berenguer Blasi
Hi all, when iterating CFs with getSequentialIterator you have to specify him a range. But what do you do when you need to: A- Scan the full range? B- Scan from key X to the end? Scanning between keys X,Y is easy as you just specify them in the range. Scanning up to Y can be done with ByteBu