Expand description
Table bucket range iterator implementation.
Provides efficient iteration over bucket ranges for specific base keys by opening bucket-specific tables on demand.
Structs§
- Table
Bucket Range Iterator - Iterator over a range of buckets for a specific base key.
- Table
Bucket Range Multimap Iterator - Iterator over a range of buckets for a specific base key in multimap tables.
Traits§
- Table
Bucket Iter Ext - Extension trait for table bucket iteration on read transactions.
- Table
Bucket Multimap Iter Ext - Extension trait for table bucket iteration on read transactions for multimap tables.