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

support matching without structuring as an id #1052

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

brharrington
Copy link
Contributor

Add forEachMatch overloads to the QueryIndex that takes a function to supply the value for a tag key. For use-cases where the tags are not already structured as an id, this avoids the overhead of converting. Since it is just a simple function, there is a lot of flexibility for the actual data structure used.

Add `forEachMatch` overloads to the `QueryIndex` that takes
a function to supply the value for a tag key. For use-cases
where the tags are not already structured as an id, this
avoids the overhead of converting. Since it is just a simple
function, there is a lot of flexibility for the actual data
structure used.
@brharrington brharrington added this to the 1.6.2 milestone Apr 7, 2023
@brharrington brharrington merged commit c4af9d7 into Netflix:main Apr 7, 2023
@brharrington brharrington deleted the qidx-map branch April 7, 2023 01:17
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.

None yet

1 participant