Skip to content

Conversation

@eramongodb
Copy link
Contributor

Resolves CXX-3237 and CXX-3238 for the v1::estimated_document_count_options component.

Due to the "transitive view accessor" problem, the v_noabi::options::estimated_document_count class only implements support for v_noabi <-> v1 conversion and ABI footprint reduction.

@eramongodb eramongodb requested a review from kevinAlbs November 21, 2025 19:36
@eramongodb eramongodb self-assigned this Nov 21, 2025
@eramongodb eramongodb requested a review from a team as a code owner November 21, 2025 19:36
Copy link
Collaborator

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with removal of unused member.


class estimated_document_count_options::impl {
public:
bsoncxx::v1::stdx::optional<bsoncxx::v1::document::value> _collation;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused _collation member.

Suggested change
bsoncxx::v1::stdx::optional<bsoncxx::v1::document::value> _collation;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants