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

Query Processing #3

Open
4 tasks
Anthony4m opened this issue Nov 14, 2024 · 0 comments
Open
4 tasks

Query Processing #3

Anthony4m opened this issue Nov 14, 2024 · 0 comments

Comments

@Anthony4m
Copy link
Owner

  • Design basic query execution engine
    • Create the core components to interpret and execute SQL queries, including support for basic operators like scans and predicates
  • Implement sequential scan operator
    • Build a scan operator that can efficiently read all records from a table
  • Create predicate evaluation
    • Implement the logic to evaluate filter conditions specified in query predicates
  • Build simple query plan representation
    • Develop a data structure to represent the steps involved in executing a SQL query
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

No branches or pull requests

1 participant