Add show executor and implement the show hosts. (#61)
* Add show executor and implement the show hosts. * Remove the untracked file. * Remove the future error handing which done by scheduler. * Using stringstream to concat string. * Let show hosts as a separate executor, plan node. * Fix header guard. * Fix the return status. * Add timer statistics for executor. * Fix the append node.
Showing
- src/exec/CMakeLists.txt 1 addition, 0 deletionssrc/exec/CMakeLists.txt
- src/exec/Executor.cpp 17 additions, 0 deletionssrc/exec/Executor.cpp
- src/exec/Executor.h 2 additions, 0 deletionssrc/exec/Executor.h
- src/exec/admin/ShowHostsExecutor.cpp 76 additions, 0 deletionssrc/exec/admin/ShowHostsExecutor.cpp
- src/exec/admin/ShowHostsExecutor.h 29 additions, 0 deletionssrc/exec/admin/ShowHostsExecutor.h
- src/planner/Admin.h 19 additions, 0 deletionssrc/planner/Admin.h
- src/planner/PlanNode.cpp 2 additions, 0 deletionssrc/planner/PlanNode.cpp
- src/planner/PlanNode.h 1 addition, 0 deletionssrc/planner/PlanNode.h
- src/validator/Validator.cpp 1 addition, 0 deletionssrc/validator/Validator.cpp
- src/validator/test/ValidatorTestBase.cpp 1 addition, 0 deletionssrc/validator/test/ValidatorTestBase.cpp
src/exec/admin/ShowHostsExecutor.cpp
0 → 100644
src/exec/admin/ShowHostsExecutor.h
0 → 100644
Please register or sign in to comment