sqlflow
sqlflow copied to clipboard
Refactor code generator
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
- [ ]
PAIExecutortoPAICodegenwhich generates submitter program like:sqlflow.runtime.pai. - [ ]
AlisaExecutortoAlisaCodegenwhich generates submitter program likesqlflow.runtime.alisa - [ ] Remove
executor_ir.go