You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: