[Query] Support Description about Graph Space (#388)
* support describe space * support describe space * support desc space * address dangleptr's comment * address dutor's comment * using async * address dangleptr's comment * fix * fix copyright * address dangleptr's comment * fix * fix
Showing
- src/executor/CMakeLists.txt 1 addition, 0 deletionssrc/executor/CMakeLists.txt
- src/executor/DescribeEdgeExecutor.cpp 19 additions, 22 deletionssrc/executor/DescribeEdgeExecutor.cpp
- src/executor/DescribeSpaceExecutor.cpp 71 additions, 0 deletionssrc/executor/DescribeSpaceExecutor.cpp
- src/executor/DescribeSpaceExecutor.h 39 additions, 0 deletionssrc/executor/DescribeSpaceExecutor.h
- src/executor/DescribeTagExecutor.cpp 19 additions, 22 deletionssrc/executor/DescribeTagExecutor.cpp
- src/executor/Executor.cpp 4 additions, 0 deletionssrc/executor/Executor.cpp
- src/executor/test/GraphHttpHandlerTest.cpp 1 addition, 1 deletionsrc/executor/test/GraphHttpHandlerTest.cpp
- src/executor/test/SchemaTest.cpp 11 additions, 0 deletionssrc/executor/test/SchemaTest.cpp
- src/parser/AdminSentences.cpp 9 additions, 28 deletionssrc/parser/AdminSentences.cpp
- src/parser/AdminSentences.h 18 additions, 1 deletionsrc/parser/AdminSentences.h
- src/parser/Sentence.h 1 addition, 0 deletionssrc/parser/Sentence.h
- src/parser/parser.yy 8 additions, 1 deletionsrc/parser/parser.yy
src/executor/DescribeSpaceExecutor.cpp
0 → 100644
src/executor/DescribeSpaceExecutor.h
0 → 100644
Please register or sign in to comment