We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c587c97 + c7ea3c6 commit 30f6d78Copy full SHA for 30f6d78
1 file changed
cassandra/cluster.py
@@ -5405,8 +5405,8 @@ def has_more_pages(self):
5405
@property
5406
def current_rows(self):
5407
"""
5408
- The list of current page rows. May be empty if the result was empty,
5409
- or this is the last page.
+ The list of current page rows. May be empty; this does not mean
+ there is no more data. Use `has_more_pages()` for that.
5410
5411
return self._current_rows or []
5412
0 commit comments