Skip to main content

Module cursor

Module cursor 

Source
Expand description

B+ tree cursor for range iteration using a root-to-leaf path stack.

Structs§

Cursor
B+ tree cursor position with root-to-leaf path.
CursorEntry

Traits§

PageLoader
Extends PageMap with on-demand page loading for lazy cursor traversal.
PageMap