Expand description
This is how we store and index logging data.
ยงFeature flags
serde
โ Enable (de)serialization using serde.
Re-exportsยง
pub use self::entity_db::EntityDb;
pub use self::entity_db::DEFAULT_GC_TIME_BUDGET;
pub use self::entity_tree::EntityTree;
pub use re_log_types::EntityPath;
pub use re_log_types::EntityPathPart;
pub use re_log_types::TimeInt;
pub use re_log_types::Timeline;
Modulesยง
- instance_
path ๐ - times_
per_ ๐timeline
Structsยง
- The path to either a specific instance of an entity, or the whole entity.
- Hashes of the components of an
InstancePath
. - Number of messages per time per timeline.
- A
ChunkStoreSubscriber
that keeps track of all unique timestamps on eachTimeline
. - A versioned path (i.e. pinned to a specific
RowId
) to either a specific instance of an entity, or the whole entity. - Hashes of the components of a
VersionedInstancePath
.
Enumsยง
- The errors that can occur when misusing the chunk store.
- A query in time.
Type Aliasesยง
- Number of messages per time.