This repository was archived by the owner on Mar 4, 2026. It is now read-only.
feat: COUNT Queries#1774
Merged
tom-andersen merged 33 commits intomainfrom Oct 3, 2022
Merged
Conversation
3605570 to
a06f110
Compare
dconeybe
suggested changes
Sep 20, 2022
Contributor
dconeybe
left a comment
There was a problem hiding this comment.
I've reviewed the non-test code so far. I'm not done my review, but wanted to send my feedback now because I probably won't get back to it until later today.
Contributor
|
Can you fix the CI failures? ( |
ehsannas
reviewed
Sep 21, 2022
6a76cdd to
d12c82a
Compare
ehsannas
approved these changes
Sep 26, 2022
Contributor
ehsannas
left a comment
There was a problem hiding this comment.
LGTM. I've added the "do not merge" label. Since the PR exposes the API publicly we should wait until allowed to merge the PR.
Denver is away, and won't be able to approve.
dconeybe
approved these changes
Oct 3, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for "count" queries; that is, a query that gets the number of documents in the result set without actually downloading the documents.