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.
- Cursor
Entry - A key-value entry returned by the cursor.