RE: reverse paging state

2020-10-26 Thread Manu Chadha
gState like the way I have mentioned above. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Alex Ott<mailto:alex...@gmail.com> Sent: 23 October 2020 09:25 To: user<mailto:user@cassandra.apache.org> Subject: Re: reverse paging state Hi for t

Re: reverse paging state

2020-10-23 Thread Alex Ott
Hi for that version of the driver there is no build-in functionality for the backward paging, although it's doable: https://stackoverflow.com/questions/50168236/cassandra-pagination-inside-partition/50172052#50172052 for driver 4.9.0 there is a wrapper class that emultates random paging, with tra

reverse paging state

2020-10-23 Thread Manu Chadha
In Java driver 3.4.0, how does one revert the order of paging? I want to implement a “Back” button but I can’t figure out from the API docs if/how I can make Cassandra (via the Java driver) search backwards. https://docs.datastax.com/en/drivers/java/3.4/ The code I have written currently is s