Couchbase C++ SDK 1.4.0 (rev. 59aa900)
Loading...
Searching...
No Matches
query_stream_result.hxx File Reference
#include <couchbase/codec/encoded_value.hxx>
#include <couchbase/error.hxx>
#include <couchbase/query_meta_data.hxx>
#include <couchbase/query_row.hxx>
#include <functional>
#include <future>
#include <memory>
#include <optional>
#include <utility>
Include dependency graph for query_stream_result.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  query_stream_result
 A streaming result handle for N1QL queries. More...
struct  query_stream_result::end_sentinel
 Sentinel returned by end(). More...
class  query_stream_result::iterator
 A single-pass input iterator that synchronously fetches rows one at a time. More...

Namespaces

namespace  couchbase
 Represents a single item from the result of scan().

Typedefs

using query_row_handler = std::function<void(error, std::optional<query_row>)>
 The signature for the handler of the next() operation.