Add QueryStorageExecutor to extract the code to handle completeness f… (#261)
* Add QueryStorageExecutor to extract the code to handle completeness from storage responses and the failed partition.
* Fix the header guard name.
* Move base to executer folder.
Co-authored-by:
dutor <440396+dutor@users.noreply.github.com>
Showing
- src/executor/QueryStorageExecutor.h 26 additions, 29 deletionssrc/executor/QueryStorageExecutor.h
- src/executor/mutate/DeleteExecutor.cpp 4 additions, 2 deletionssrc/executor/mutate/DeleteExecutor.cpp
- src/executor/mutate/DeleteExecutor.h 5 additions, 5 deletionssrc/executor/mutate/DeleteExecutor.h
- src/executor/mutate/InsertExecutor.cpp 4 additions, 2 deletionssrc/executor/mutate/InsertExecutor.cpp
- src/executor/mutate/InsertExecutor.h 5 additions, 5 deletionssrc/executor/mutate/InsertExecutor.h
- src/executor/mutate/UpdateExecutor.h 3 additions, 3 deletionssrc/executor/mutate/UpdateExecutor.h
- src/executor/query/GetNeighborsExecutor.cpp 3 additions, 24 deletionssrc/executor/query/GetNeighborsExecutor.cpp
- src/executor/query/GetNeighborsExecutor.h 3 additions, 5 deletionssrc/executor/query/GetNeighborsExecutor.h
- src/executor/query/GetPropExecutor.h 4 additions, 25 deletionssrc/executor/query/GetPropExecutor.h
- src/executor/query/IndexScanExecutor.cpp 1 addition, 34 deletionssrc/executor/query/IndexScanExecutor.cpp
- src/executor/query/IndexScanExecutor.h 3 additions, 9 deletionssrc/executor/query/IndexScanExecutor.h
Please register or sign in to comment