Skip to main content

Module store

Module store 

Source

Structs§

DatasetState
Per-dataset state: schema metadata, the resident chunks, and the equality index built per the dataset’s [dataset.index] policy.
Store
Multi-dataset registry. Each dataset is registered in the shared SessionContext under its configured name. The per-dataset state is held behind ArcSwap so a reload can atomically replace it without blocking concurrent queries.

Functions§

serialize