Skip to main content

Module cursor

Module cursor 

Source
Expand description

Cursor for B+ tree range iteration.

Uses a saved root-to-leaf path stack (no sibling pointers needed). Supports forward and backward iteration across leaf boundaries.

Structsยง

Cursor
Cursor position within the B+ tree. Stores the path from root to the current leaf.
CursorEntry
A key-value entry returned by the cursor.