Crate re_arrow_store

source ·
Expand description

The Rerun datastore, 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

  • testing — Enables access to re_types’ test components/datatypes.

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

  • polars — Integration with polars, to efficiently use the datastore with dataframes.

  • core_benchmarks_only — When set, only run the core set of benchmark suites. Commonly set implicitly by –all-features, e.g. on CI.

Re-exports

Modules

Structs

Enums

Traits

Type Aliases