Crate re_data_store
source ·Expand description
This is how we store and index logging data.
Feature flags
serde— Enable (de)serialization using serde.
Re-exports
pub use log_db::LogDb;pub use entity_properties::*;pub use entity_tree::*;
Modules
Structs
- The name of an entity component, e.g.
posorcolor. camera / "left" / points / #42- The path to either a specific instance of an entity, or the whole entity (splat).
- Hashes of the components of an
InstancePath. - A 64-bit number describing either nanoseconds OR sequence numbers.
- A time frame/space, e.g.
log_timeorframe_nr, coupled with the type of time it keeps.
Enums
- A value that is either determined automatically by some heuristic, or specified by the user.
- The different parts that make up an
EntityPath. - The errors that can occur when misusing the data store.
- The key of a table.
- A query in time.