bustub icon indicating copy to clipboard operation
bustub copied to clipboard

feat(optimizer): plan order by as index scan, support create index

Open skyzh opened this issue 1 year ago • 0 comments

Signed-off-by: Alex Chi [email protected]

  • Some refactors on binder, now we bind full table info for insert
  • Support create index statement
  • Support plan delete
  • Fix some bugs in optimizer
  • Support plan order by index column as index scan

skyzh avatar Sep 25 '22 03:09 skyzh