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.
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.