pub type IndexRowsMap<A = TursoAllocator> = SkipMap<Arc<SortableIndexKey>, RowVersions<A>, BasicComparator, A>;Expand description
Per-index map of sortable keys to their version chains, stored as the
values of MvStore::index_rows.
Aliased Typeยง
pub struct IndexRowsMap<A = TursoAllocator> { /* private fields */ }