Crate rerun::dataframe::external::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.

Modules§

Structs§

Enums§

Traits§

Type Aliases§