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

Rework RelID from global to local #1207

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Rework RelID from global to local #1207

merged 1 commit into from
Jan 30, 2023

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Jan 26, 2023

This PR refactors the global relID to local relID. The new relID shares the same data structure with the nodeID, which is: {tableID, offset}.

src/binder/bind/bind_projection_clause.cpp Outdated Show resolved Hide resolved
src/include/common/types/internal_id_t.h Show resolved Hide resolved
test/binder/binder_error_test.cpp Outdated Show resolved Hide resolved
src/storage/storage_structure/lists/lists.cpp Outdated Show resolved Hide resolved
src/processor/result/factorized_table.cpp Show resolved Hide resolved
src/storage/storage_structure/storage_structure.cpp Outdated Show resolved Hide resolved
src/storage/storage_structure/lists/lists.cpp Outdated Show resolved Hide resolved
src/include/common/types/internal_id_t.h Outdated Show resolved Hide resolved
src/include/common/types/internal_id_t.h Show resolved Hide resolved
src/include/storage/storage_structure/lists/lists.h Outdated Show resolved Hide resolved
src/include/storage/storage_structure/lists/lists.h Outdated Show resolved Hide resolved
@acquamarin acquamarin merged commit 2d50c42 into master Jan 30, 2023
@acquamarin acquamarin deleted the rel-id-refactor branch January 30, 2023 05:33
@ray6080 ray6080 changed the title relID refactor Rework RelID from global to local Feb 2, 2023
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.

None yet

3 participants