Cargo Features
re_arrow_store has no features set by default.
[dependencies]
re_arrow_store = { version = "0.12.0-alpha.3", features = ["deadlock_detection", "polars"] }
- deadlock_detection
-
Enables
parking_lot
's deadlock detection background thread.Enables deadlock_detection of parking_lot
- polars
-
Integration with
polars
, to efficiently use the datastore with dataframes.Enables polars-core ^0.29 and polars-ops ^0.29
polars-core:
Optional dependencies:
Affects
re_arrow_store::polars_util
…