Open wang-qingyang opened 1 year ago
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
This issue is created to better track my PRs for OSPP 2023, you can view more about my project here
Background
ShardingSphere Parser Engine helps users parse SQL statements into AST and generate corresponding SQL Statement objects from it.
How is a SQL parsed? SQL definition file
->(Parse to)
AST->(Visit it)
SQLStatmentProcess
Tasks
[x] EXECUTE
[ ] CREATE TEMPORARY
[ ] CREATE TALBE AS SELECT
[ ] CREATE TEMP TABLE AS SELECT
[ ] INSERT INTO VALUES WITH SPECIAL FUNCTION
[ ] SELECT PROJECTION WITH SPECIAL FUNCTION
[ ] EXPLAIN
[ ] CRATE FUNCTION
[x] ALTER TYPE
[ ] INSERT INTO SELECT
[ ] MERGE INTO
[ ] FUNCTION
[ ] PROCEDURE
[ ] CREATE TABLE
[ ] CREATE TRIGGER
[ ] CREATE USER
[ ] CREATE VIEW
This issue is a ref to https://github.com/apache/shardingsphere/issues/14104 and https://github.com/apache/shardingsphere/issues/18496