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 table scans #1141

Merged
merged 1 commit into from
Jan 2, 2023
Merged

Rework table scans #1141

merged 1 commit into from
Jan 2, 2023

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Jan 1, 2023

Introduce scan interface for NodeTable and RelTable. Scan operators are now simplified to delegate details of reading from columns/lists to tables.
The motivation for this change is that we need a better interface between query processor and storage, so scan operators can be ignorant of how tables are actually stored, and can be portable to various table implementations, such as an external table based on parquet files in the future.

@ray6080 ray6080 marked this pull request as ready for review January 2, 2023 01:07
src/catalog/catalog.cpp Outdated Show resolved Hide resolved
src/include/processor/operator/scan/scan_rel_table.h Outdated Show resolved Hide resolved
src/include/processor/result/result_set.h Outdated Show resolved Hide resolved
src/include/storage/storage_structure/lists/list_handle.h Outdated Show resolved Hide resolved
@ray6080 ray6080 merged commit 29967a4 into master Jan 2, 2023
@ray6080 ray6080 deleted the scan-tables branch January 2, 2023 21:19
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