sqlrs
sqlrs copied to clipboard
Roadmap v0.6
Redesign new Catalog, Binder, and Planner and then finish previous features:
- new planner & create table & insert table:
- [x] #96
- [x] #98
- [x] #101
- select statement:
- [x] #103
- [x] #106
- [x] #108
- [x] #120
- [x] #133
- [ ] #134
- [ ] #152
- other statements:
- [x] #137
- [x] #149
- pragma & table function:
- [x] #110
- [x] #115
- [x] #113
- [x] #118
- [x] #138
- function:
- [x] #121
- [x] #123
- [x] #128
- [x] #126
- others:
- [x] #111
- [x] #131
- [x] #142
He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases
He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases
Cool! This project is developing planner v2 that similar to duckdb. A few months ago i was migrating v1 functions but still left some operators. If you're interested in this part, table function and scalar function are good first issues to start. Any questions can ping me on github.
He seems to be a cool thing, I can contribute well, I am a rust beginner, working in big data, interested in databases
Cool! This project is developing planner v2 that similar to duckdb. A few months ago i was migrating v1 functions but still left some operators. If you're interested in this part, table function and scalar function are good first issues to start. Any questions can ping me on github.
Thank you for your reply. I am still learning rust. After the holidays, I will start to try to participate in this project.
@Fedomn Hi, I've been learning rust for a while and I think I can start trying this part of the job, but I'm not very confident and it may take time. At present, I am also studying spark sql
I would like to ask what is the future orientation or goal of this project.
I would like to ask what is the future orientation or goal of this project.
Sorry for the late reply, work has been too busy recently. So, my current understanding this project is basically a playground for a query engine. You can try out fun ideas or experiment here, like subqueries and pipeline execution, because it's currently quite simple. In the long term, I hope it could be a library that can be integrated into other programs, giving them efficient querying abilities.
I would like to ask what is the future orientation or goal of this project.
Sorry for the late reply, work has been too busy recently. So, my current understanding this project is basically a playground for a query engine. You can try out fun ideas or experiment here, like subqueries and pipeline execution, because it's currently quite simple. In the long term, I hope it could be a library that can be integrated into other programs, giving them efficient querying abilities.
Thank you for your reply and I hope I can also contribute to this project