CryBase::CouchBase::Services::Query::Cursor
Single-use streaming cursor returned by Query::Client#query_cursor and
Query::Cluster#query_cursor.
The HTTP request starts when each or each_as is called. Rows are yielded as
they are parsed from the Query response body, and the final Result is stored
in result after the cursor is fully consumed.
Instance methods
close
Sourceclosed?
Sourceeach
Sourceeach_as(type : T.class, &block : T -> ) : Result forall T
Sourceresult
Source