Re: get_slice wont let me page backwards.

2010-11-06 Thread Tyler Hobbs
You can do approximately the same thing as going forward, just use column_reversed=True in the SlicePredicate. - Tyler On Fri, Nov 5, 2010 at 10:25 PM, J T wrote: > Hi, > > I've been trying to write a wrapper around get_slice that supports paging > semantics. > > I can get it to page forwards -

get_slice wont let me page backwards.

2010-11-05 Thread J T
Hi, I've been trying to write a wrapper around get_slice that supports paging semantics. I can get it to page forwards - starting with Start="" and then successively passing in a new Start / Count. But when i try going backwards from the end, passing Start = "" and Finish = "X", it doesn't give