2009/6/12 stack <[email protected]> > On Fri, Jun 12, 2009 at 8:41 AM, Erik Holstad <[email protected]> > wrote: > > > ... > > not really sure how this > > was done in 0.19 and earlier. > > > There's a stoprow filter in 0.19.x and earlier. There is also a getScanner > override that takes a start and stop row in 0.19.x (under the wraps it uses > stop row filter -- check the client source). > St>Ack >
Thanks :-) It was very helpful. Do you know if there is any standard Scanner allowing to iterate over more than one table fragments ? [when one chunk finishes, jumping to the beginning of another] Or rather should I implement it myself ? Piotr
