Skip to content
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

Make QuerySummary a member variable in BlazeQueryParser. #5388

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Make QuerySummary a member variable in BlazeQueryParser.

The parser is already single use, to making the summary a member simplifies it's implementation avoiding the need to pass the query around to all methods. This also unlocks further code improvements required to implemet c++ support.

Also add a simple factory class to ensure that the single use semantics of the parser are clear for all callers.

@copybara-service copybara-service bot added the copybara-exported Added to PRs opened by copybara-service label Sep 26, 2023
@copybara-service copybara-service bot force-pushed the test_568487464 branch 2 times, most recently from 11bf3fe to f0e5e04 Compare September 27, 2023 11:54
@copybara-service copybara-service bot closed this Sep 27, 2023
@copybara-service copybara-service bot deleted the test_568487464 branch September 27, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copybara-exported Added to PRs opened by copybara-service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants