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

core/translate: (refactor) use btreetablereference struct instead of tuple #368

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

jussisaurio
Copy link
Collaborator

@jussisaurio jussisaurio commented Oct 13, 2024

table (a Rc<BTreeTable>) and table_identifier (a String) pretty much always go together in the current implementation, so makes sense to colocate them as a struct instead of passing around a tuple everywhere

@jussisaurio jussisaurio merged commit bfdd4bc into main Oct 13, 2024
30 checks passed
@jussisaurio jussisaurio deleted the refactor-to-btree-table-reference-struct branch October 13, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant