As soon as we can write queries for the Arrow data store, we can work in parallel on populating the scenes from the Arrow store. We must make sure that these queries are ergonomic and fast.
Replace ObjectType with pattern-matching on what components each entity has.
This mirrors what we do in #387 - how we log objects and how we query them must be the same.
As soon as we can write queries for the Arrow data store, we can work in parallel on populating the scenes from the Arrow store. We must make sure that these queries are ergonomic and fast.
Replace
ObjectTypewith pattern-matching on what components each entity has.This mirrors what we do in #387 - how we log objects and how we query them must be the same.