-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement STRSTARTS, STRENDS, STRBEFORE, STRAFTER, and CONTAINS #1065
Implement STRSTARTS, STRENDS, STRBEFORE, STRAFTER, and CONTAINS #1065
Conversation
# Conflicts: # src/engine/sparqlExpressions/NaryExpression.h # src/engine/sparqlExpressions/StringExpressions.cpp # src/parser/sparqlParser/SparqlQleverVisitor.cpp
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1065 +/- ##
==========================================
+ Coverage 78.35% 78.43% +0.08%
==========================================
Files 275 275
Lines 25797 25865 +68
Branches 3157 3166 +9
==========================================
+ Hits 20212 20287 +75
+ Misses 4380 4372 -8
- Partials 1205 1206 +1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Minor changes left
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.