Add the multiple tags for match node (#565)
Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
Showing
- src/context/ast/QueryAstContext.h 6 additions, 5 deletionssrc/context/ast/QueryAstContext.h
- src/parser/MatchSentence.cpp 2 additions, 3 deletionssrc/parser/MatchSentence.cpp
- src/parser/MatchSentence.h 59 additions, 5 deletionssrc/parser/MatchSentence.h
- src/parser/parser.yy 26 additions, 5 deletionssrc/parser/parser.yy
- src/parser/test/ParserTest.cpp 35 additions, 0 deletionssrc/parser/test/ParserTest.cpp
- src/planner/match/LabelIndexSeek.cpp 27 additions, 20 deletionssrc/planner/match/LabelIndexSeek.cpp
- src/planner/match/LabelIndexSeek.h 1 addition, 1 deletionsrc/planner/match/LabelIndexSeek.h
- src/planner/match/PropIndexSeek.cpp 14 additions, 7 deletionssrc/planner/match/PropIndexSeek.cpp
- src/planner/match/VertexIdSeek.cpp 1 addition, 1 deletionsrc/planner/match/VertexIdSeek.cpp
- src/validator/MatchValidator.cpp 42 additions, 14 deletionssrc/validator/MatchValidator.cpp
- src/validator/MatchValidator.h 5 additions, 0 deletionssrc/validator/MatchValidator.h
- tests/tck/conftest.py 1 addition, 1 deletiontests/tck/conftest.py
- tests/tck/features/match/Base.IntVid.feature 7 additions, 2 deletionstests/tck/features/match/Base.IntVid.feature
- tests/tck/features/match/Base.feature 7 additions, 2 deletionstests/tck/features/match/Base.feature
Please register or sign in to comment