Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Minimal BTree Cursor #3

Open
angles-n-daemons opened this issue Aug 21, 2023 · 0 comments
Open

Implement Minimal BTree Cursor #3

angles-n-daemons opened this issue Aug 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@angles-n-daemons
Copy link
Owner

Add Cursor functions:

  • Seek
  • Insert

Where the BTree cursor takes a Node Page, and allows the caller to find the page / record associated with a seek, and insert into the BTree.

Requires a Pager, and probably a whole hell of a lot more

@angles-n-daemons angles-n-daemons self-assigned this Aug 21, 2023
@angles-n-daemons angles-n-daemons added the enhancement New feature or request label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant