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::DEFAULT_GC_TIME_BUDGET;
pub use self::entity_db::EntityDb;
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§
Structs§
- Ingestion
Statistics - Statistics about the latency of incoming data to a store.
- Instance
Path - The path to either a specific instance of an entity, or the whole entity.
- Instance
Path Hash - Hashes of the components of an
InstancePath
. - Latency
Snapshot - The latest (smoothed) reading of the latency of the ingestion pipeline.
- Latency
Stats - Statistics about the latency of incoming data to a store.
- Sort
Datasets Results - Store
Bundle - Stores many
EntityDb
s of recordings and blueprints. - Time
Histogram PerTimeline - Number of messages per time per timeline.
- Times
PerTimeline - A
ChunkStoreSubscriber
that keeps track of all unique timestamps on eachTimeline
. - Versioned
Instance Path - A versioned path (i.e. pinned to a specific
RowId
) to either a specific instance of an entity, or the whole entity. - Versioned
Instance Path Hash - Hashes of the components of a
VersionedInstancePath
.
Enums§
- Error
- The errors that can occur when misusing the chunk store.
- Store
Load Error - Time
Query - A query in time.
Type Aliases§
- Dataset
Recordings - Local
Recordings - Remote
Recordings - Result
- Time
Counts - Time
Histogram - Number of messages per time.