Driver doesn't recognize the next page cursor automatically thus only brings the first page of the query.
Description
The node driver doesn't recognise the next page state automatically, so I had to write a wrapper function to exclusively provide the 'pageState' in the 'execute' method.
Above is work around for this problem in my code. I have a tried to add a method in the ‘client’ class called 'executePatch', below is the code snippet.
I am not sure if this is proper way to resolve this problem in either client side or in the cassandra-driver itself. I am interested in giving some contribution to the ‘cassandra-driver’ kindly guide me as well. Thanks.
The node driver doesn't recognise the next page state automatically, so I had to write a wrapper function to exclusively provide the 'pageState' in the 'execute' method.
Above is work around for this problem in my code.
I have a tried to add a method in the ‘client’ class called 'executePatch', below is the code snippet.
I am not sure if this is proper way to resolve this problem in either client side or in the cassandra-driver itself. I am interested in giving some contribution to the ‘cassandra-driver’ kindly guide me as well.
Thanks.