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
229 pipeline& limit(std::int32_t limit);
276 pipeline& out(std::string collection_name);
335 pipeline& sample(std::int32_t size);
350 pipeline& skip(std::int32_t docs_to_skip);
403 pipeline& sort_by_count(std::string field_expression);
443 pipeline& unwind(std::string field_name);
463 class MONGOCXX_PRIVATE impl;
464 std::unique_ptr<impl> _impl;
467 MONGOCXX_INLINE_NAMESPACE_END
470 #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
Class representing a client connection to MongoDB.
Definition: client.hpp:57
Class representing a MongoDB database.
Definition: database.hpp:44
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
Class representing a MongoDB aggregation pipeline.
Definition: pipeline.hpp:37
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:85