Expand description
Provide query-centric access to the re_data_store.
Structs§
- A view of an
Archetypeat a particular point in time returned bycrate::get_component_with_instances. - A type-erased array of
Componentvalues and the correspondingInstanceKeykeys. - When showing an entity in the history view, add this much history to it.
- Visible history bounds.
Enums§
- One of the boundaries of the visible history.
Functions§
- Retrieves a
ComponentWithInstancesfrom theDataStore. - Retrieve an
ArchetypeViewfrom theDataStore, as well as the associated data time of its most recent component. - Iterates over the rows of any number of components and their respective cluster keys, all from the point-of-view of the required components, returning an iterator of
ArchetypeViews. - Iterates over the rows of any number of components and their respective cluster keys, all from the point-of-view of the
povscomponents, returning an iterator ofArchetypeViews.