Module data_table

Module data_table 

Source
Expand description

Contains the DataTable struct, the core in-memory data structure for a single shard.

Structsยง

DataTable
DataTable newtype optimized for snapshots with Arc-wrapped values Keys are Vec, values are Arc<Vec> for efficient cloning during snapshots