|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Represents result of analytics_query() and analytics_query() calls. More...
#include <couchbase/analytics_result.hxx>
Public Member Functions | |
| analytics_result ()=default | |
| analytics_result (analytics_meta_data meta_data, std::vector< codec::binary > rows) | |
| auto | meta_data () const -> const analytics_meta_data & |
Returns the analytics_meta_data giving access to the additional metadata associated with this analytics query. | |
| auto | rows_as_binary () const -> const std::vector< codec::binary > & |
| template<typename Serializer = codec::tao_json_serializer, typename Document = typename Serializer::document_type, std::enable_if_t< codec::is_serializer_v< Serializer >, bool > = true> | |
| auto | rows_as () const -> std::vector< Document > |
Represents result of analytics_query() and analytics_query() calls.
|
default |
|
inline |
|
inlinenodiscard |
Returns the analytics_meta_data giving access to the additional metadata associated with this analytics query.
|
inlinenodiscard |
|
inlinenodiscard |