21 #include <bsoncxx/array/view.hpp> 22 #include <bsoncxx/document/view.hpp> 23 #include <bsoncxx/document/view_or_value.hpp> 25 #include <mongocxx/config/prelude.hpp> 28 MONGOCXX_INLINE_NAMESPACE_BEGIN
227 pipeline& limit(std::int32_t limit);
274 pipeline& out(std::string collection_name);
333 pipeline& sample(std::int32_t size);
348 pipeline& skip(std::int32_t docs_to_skip);
401 pipeline& sort_by_count(std::string field_expression);
441 pipeline& unwind(std::string field_name);
459 class MONGOCXX_PRIVATE impl;
460 std::unique_ptr<impl> _impl;
463 MONGOCXX_INLINE_NAMESPACE_END
466 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
Class representing a MongoDB aggregation pipeline.
Definition: pipeline.hpp:35
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:87