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

Add filtering for projection queries #23

Open
ncollier opened this issue Apr 7, 2022 · 0 comments
Open

Add filtering for projection queries #23

ncollier opened this issue Apr 7, 2022 · 0 comments

Comments

@ncollier
Copy link
Member

ncollier commented Apr 7, 2022

Add filtering for projection queries - for example, when getting all the agents at a location and being able to filter the output on agent type. Given that the returns value is an iterable, we should be able to avoid a double iteration of the results -- one to get, and one to filter. Iterable is in C++ though.

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

No branches or pull requests

1 participant