Implement GoExecutor (#245)
* [WIP] Implement GoExecutor * Address @laura.ding 's comments * Addressed @dangleptr's comments * Addressed @zlcook's comment * Addressed @sherman-the-tank's and @dangleptr's comments * Fixed a stupid error * Reverted changes on ThriftClientManager * Addressed @sherman-the-tank's comments close #176 close #177
Showing
- src/executor/GoExecutor.cpp 519 additions, 57 deletionssrc/executor/GoExecutor.cpp
- src/executor/GoExecutor.h 127 additions, 8 deletionssrc/executor/GoExecutor.h
- src/executor/GraphService.cpp 6 additions, 2 deletionssrc/executor/GraphService.cpp
- src/executor/GraphService.h 7 additions, 4 deletionssrc/executor/GraphService.h
- src/executor/InsertEdgeExecutor.cpp 82 additions, 19 deletionssrc/executor/InsertEdgeExecutor.cpp
- src/executor/InsertEdgeExecutor.h 5 additions, 5 deletionssrc/executor/InsertEdgeExecutor.h
- src/executor/InsertVertexExecutor.cpp 74 additions, 13 deletionssrc/executor/InsertVertexExecutor.cpp
- src/executor/InsertVertexExecutor.h 5 additions, 2 deletionssrc/executor/InsertVertexExecutor.h
- src/executor/InterimResult.cpp 45 additions, 0 deletionssrc/executor/InterimResult.cpp
- src/executor/InterimResult.h 48 additions, 0 deletionssrc/executor/InterimResult.h
- src/executor/PipeExecutor.cpp 6 additions, 6 deletionssrc/executor/PipeExecutor.cpp
- src/executor/PipeExecutor.h 1 addition, 1 deletionsrc/executor/PipeExecutor.h
- src/executor/TraverseExecutor.cpp 9 additions, 2 deletionssrc/executor/TraverseExecutor.cpp
- src/executor/TraverseExecutor.h 6 additions, 4 deletionssrc/executor/TraverseExecutor.h
- src/executor/UseExecutor.cpp 4 additions, 2 deletionssrc/executor/UseExecutor.cpp
- src/executor/VariableHolder.cpp 50 additions, 0 deletionssrc/executor/VariableHolder.cpp
- src/executor/VariableHolder.h 37 additions, 0 deletionssrc/executor/VariableHolder.h
- src/executor/test/CMakeLists.txt 41 additions, 1 deletionsrc/executor/test/CMakeLists.txt
- src/executor/test/GoTest.cpp 828 additions, 0 deletionssrc/executor/test/GoTest.cpp
- src/executor/test/TestBase.h 9 additions, 3 deletionssrc/executor/test/TestBase.h
Please register or sign in to comment