class Dse::Graph::ResultSet
Collection of results of running a graph query. It wraps a Cassandra::Result
. When iterating
over results, individual results may be well-known domain objects or a generic Result
.
Inherits
Object
Extends
Forwardable
Includes
Enumerable
Methods
execution_info
Query execution information, such as number of retries and all tried hosts, etc.
empty?
Returns whether it has any result data
size
aliased as: lengthReturns number of results
each
{|result| … }Returns Enumerator if no block given
[]
(ind)Allow array indexing into the result-set.