Expand description
Iterators over BaoTree nodes
Range iterators take a reference to the ranges, and therefore require a lifetime parameter. They can be used without lifetime parameters using self referencing structs.
Structs
- Extended node info.
- Iterator over all chunks in a BaoTree in post-order.
- Iterator over all nodes in a BaoTree in post-order.
- An iterator that produces chunks in pre order
- An iterator that produces chunks in pre order, but only for the parts of the tree that are relevant for a query.
- Iterator over all nodes in a BaoTree in pre-order.
- Iterator over all nodes in a BaoTree in pre-order that overlap with a given chunk range.
Enums
- A chunk describeds what to read or write next