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 self::store_db::StoreDb;pub use self::entity_properties::*;pub use self::entity_tree::*;
Modules
Structs
- The unique identifier of an entity, e.g.
camera/"ACME Örnöga"/points - 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. - A versioned path (i.e. pinned to a specific
RowId) to either a specific instance of an entity, or the whole entity (splat). - Hashes of the components of a
VersionedInstancePath.
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, or an array index.
- A query in time.