Alex Chi Z.

Results 196 issues of Alex Chi Z.

Signed-off-by: Alex Chi * Some refactors on binder, now we bind full table info for insert * Support create index statement * Support plan delete * Fix some bugs in...

This PR adds support for binding `create index` and `delete from table `. part of https://github.com/cmu-db/bustub/issues/359 part of https://github.com/cmu-db/bustub/issues/362

This PR adds sqllogictest parser. The runner is not complete yet, but now we can start writing test cases using the sqllogictest grammar. part of https://github.com/cmu-db/bustub/issues/343

After some easy fixes of compiler errors in https://github.com/cmu-db/bustub/pull/381, we can now run BusTub in WASM. But there're more things to do before we can use it in browser. *...