I'm implementing my own database now, my sql's grammar likes starrocks, doris, or oceanbase
I want to add CATALOGS and SWITCH keywords. Can I contribute code directly?
CATALOGS used in SHOW CATALOGS to show all catalogs.
SWITCH used in SWITCH catalog_name to change the current default catalog.
I'm implementing my own database now, my sql's grammar likes
starrocks,doris, oroceanbaseI want to add
CATALOGSandSWITCHkeywords. Can I contribute code directly?CATALOGSused inSHOW CATALOGSto show all catalogs.SWITCHused inSWITCH catalog_nameto change the current default catalog.