Re: Kudu's data pagination

2018-09-04 Thread William Berkeley
Hi Irtiza. What do you mean by paginate? I'm guessing you mean doing something like taking the results of a query like SELECT name, age FROM users SORT BY age DESC and displaying the results on some UI 10 at a time, say. If that's the case, the answer is no. It requires additional application

Kudu's data pagination

2018-09-04 Thread Irtiza Ali
Hello everyone, Is there a way to paginate kudu's data using its python client? I