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

TODO List for Stage 1 #12

Closed
9 of 10 tasks
MingjiHan99 opened this issue Sep 10, 2021 · 2 comments
Closed
9 of 10 tasks

TODO List for Stage 1 #12

MingjiHan99 opened this issue Sep 10, 2021 · 2 comments

Comments

@MingjiHan99
Copy link
Collaborator

MingjiHan99 commented Sep 10, 2021

Parser:

Binder:

  • Add return names and types for select statement. @MingjiHan99
  • Binding arithmetic expressions (+, -, * and /) @MingjiHan99 @wangrunji0408
  • Add necessary implicit casting when binding the expressions. For example: 1.0 + 1 -> 1.0 + (1 cast as double) @wangrunji0408

Executor:

Storage:
Implement on-disk storage system:

  • Add base definitions for table storage (Segment and Block) @MingjiHan99
  • Add disk manager @MingjiHan99
  • Add buffer pool (Ongoing)
@yingjunwu
Copy link
Collaborator

yingjunwu commented Sep 10, 2021

Misc:

  • Rename the project to RisingLight
  • Support SQLite shell
  • Add SQLite tests @wangrunji0408
  • Support psql
  • Support parallel query processing (by using async/await and channel in Rust) @wangrunji0408

@MingjiHan99 MingjiHan99 changed the title TODO List TODO List for stage 1 Sep 22, 2021
@MingjiHan99 MingjiHan99 changed the title TODO List for stage 1 TODO List for Stage 1 Sep 22, 2021
@skyzh
Copy link
Member

skyzh commented Oct 19, 2021

It seems that all tasks mentioned in this issue have been settled down. Shall we close this?

@skyzh skyzh closed this as completed Oct 28, 2021
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

3 participants