sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

Refactor code generator

Open Yancey0623 opened this issue 5 years ago • 0 comments

As the discussion of #2494 , SQLFlow should be a compiler, which generates target code instead of executing the intermediate representation (IR). We should:

  • [x] A new code generator design doc. #2640
  • [ ] First milestone of code generator refactor with XGBoost #2667
  • [ ] PAIExecutor to PAICodegen which generates submitter program like: sqlflow.runtime.pai.
  • [ ] AlisaExecutor to AlisaCodegen which generates submitter program like sqlflow.runtime.alisa
  • [ ] Remove executor_ir.go

Yancey0623 avatar Jun 29 '20 11:06 Yancey0623