We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53b4b5 commit bed9ac8Copy full SHA for bed9ac8
lib/cassandra/result.rb
@@ -76,8 +76,8 @@ def next_page(options = nil)
76
#
77
# @note `:paging_state` option will be ignored.
78
79
- # @return [Cassandra::Future<Cassandra::Result, nil>] `nil` if last
80
- # page
+ # @return [Cassandra::Future<Cassandra::Result>] a future that resolves to a new Result if there is a new page,
+ # `nil` otherwise.
81
82
# @see Cassandra::Session#execute
83
def next_page_async(options = nil)
0 commit comments