Crate re_chunk_store

source ·
Expand description

The Rerun chunk store, implemented on top of Apache Arrow using the [arrow2] crate.

This crate is an in-memory time series database for Rerun log data. It is indexed by Entity path, component, timeline, and time. It supports out-of-order insertions, and fast O(log(N)) queries.

§Feature flags

  • deadlock_detection — Enables parking_lot’s deadlock detection background thread.

Re-exports§

  • pub use re_chunk::Chunk;
  • pub use re_chunk::ChunkId;
  • pub use re_chunk::ChunkShared;
  • pub use re_chunk::LatestAtQuery;
  • pub use re_chunk::RangeQuery;
  • pub use re_chunk::RangeQueryOptions;
  • pub use re_chunk::RowId;
  • pub use re_chunk::UnitChunkShared;
  • pub use re_log_encoding::decoder::VersionPolicy;
  • pub use re_log_types::ResolvedTimeRange;
  • pub use re_log_types::TimeInt;
  • pub use re_log_types::TimeType;
  • pub use re_log_types::Timeline;

Modules§

Structs§

Enums§

Traits§

Type Aliases§