Skip to content

RUST-836 Support the 'let' option for aggregate #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 13, 2021

Conversation

abr-egn
Copy link
Contributor

@abr-egn abr-egn commented Jul 12, 2021

RUST-836

This adds support for the 'let' option to aggregate. Unfortunately, let is a reserved keyword in Rust, so this PR implements it as let_vars. r#let would have worked as well, but that's awkward and unidiomatic (typically raw identifiers are only used for edition compatibility), and could also have caused confusion, as the debug format prints it as just "let".

@abr-egn abr-egn merged commit 2e38ecc into mongodb:master Jul 13, 2021
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.

3 participants