class Cassandra::Result
Inherits
Object
Includes
Enumerable
Methods
execution_info
Query execution information, such as number of retries and all tried hosts, etc.
empty?
Returns whether it has any rows
size
aliased as: lengthReturns rows count
each
{|row| … } aliased as: rows each_rowReturns Enumerator if no block given
last_page?
Returns whether no more pages are available
next_page
(options = nil)Loads next page synchronously
next_page_async
(options = nil)Loads next page asynchronously