21 #include <bsoncxx/array/view.hpp> 22 #include <bsoncxx/array/view_or_value.hpp> 23 #include <bsoncxx/document/view.hpp> 24 #include <bsoncxx/document/view_or_value.hpp> 26 #include <mongocxx/config/prelude.hpp> 29 MONGOCXX_INLINE_NAMESPACE_BEGIN
281 pipeline& limit(std::int32_t limit);
372 pipeline& out(std::string collection_name);
431 pipeline& sample(std::int32_t size);
446 pipeline& skip(std::int32_t docs_to_skip);
499 pipeline& sort_by_count(std::string field_expression);
539 pipeline& unwind(std::string field_name);
551 class MONGOCXX_PRIVATE impl;
552 std::unique_ptr<impl> _impl;
555 MONGOCXX_INLINE_NAMESPACE_END
558 #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:43
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
Class representing a MongoDB aggregation pipeline.
Definition: pipeline.hpp:38
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:85