add starts/ends-with expressions (#322)
* add starts/ends-with expressions * fix func name typo * fix reserved keywords * fix reserved keywords * Fix CI failure Co-authored-by:yaphet <4414314+darionyaphet@users.noreply.github.com> Co-authored-by:
Yee <2520865+yixinglu@users.noreply.github.com>
Showing
- .github/workflows/pull_request.yml 1 addition, 1 deletion.github/workflows/pull_request.yml
- .linters/cpp/checkKeyword.py 0 additions, 1 deletion.linters/cpp/checkKeyword.py
- nebula-python 1 addition, 0 deletionsnebula-python
- src/parser/parser.yy 12 additions, 2 deletionssrc/parser/parser.yy
- src/parser/scanner.lex 4 additions, 0 deletionssrc/parser/scanner.lex
- src/parser/test/ExpressionParsingTest.cpp 13 additions, 0 deletionssrc/parser/test/ExpressionParsingTest.cpp
- src/parser/test/ScannerTest.cpp 6 additions, 0 deletionssrc/parser/test/ScannerTest.cpp
- src/validator/MutateValidator.cpp 2 additions, 0 deletionssrc/validator/MutateValidator.cpp
- tests/common/nebula_test_suite.py 2 additions, 1 deletiontests/common/nebula_test_suite.py
- tests/nebula-test-run.py 1 addition, 1 deletiontests/nebula-test-run.py
- tests/query/v2/test_starts_ends_with.py 300 additions, 0 deletionstests/query/v2/test_starts_ends_with.py
Please register or sign in to comment