Interpreter useless code removal
Open
@ywqzzy is already working on this.
Since May 11, 2022.
type/enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
There are many interpreter class from upstream clickhouse that are not used.
For code readability, It's better to drop all of them.
There are several types of interpreter class, they are listed as follow:
- SelectQuery
- AlterQuery
- DropQuery
- CreateQuery
- RenameQuery
- ManageQuery
- ShowTablesQuery
- OptimizeQuery #4589
- TruncateQuery #4587
- TableProperties #4586
- CheckQuery #4569 #4568
- KillQUery #4567 #4564
- SystemQuery #4590
- UseQuery
- SetQuery
- DeleteQuery #4589
- DescribeQuery
- ExistQuery
- InsertQuery
- ShowProcesslist
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.