feat: support query data by use cypher language#1866
Merged
javeme merged 5 commits intoapache:masterfrom May 12, 2022
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1866 +/- ##
============================================
+ Coverage 66.91% 70.93% +4.02%
Complexity 982 982
============================================
Files 447 449 +2
Lines 38072 38096 +24
Branches 5401 5401
============================================
+ Hits 25475 27024 +1549
+ Misses 10082 8425 -1657
- Partials 2515 2647 +132
Continue to review full report at Codecov.
|
javeme
reviewed
May 9, 2022
Contributor
javeme
left a comment
There was a problem hiding this comment.
Nice feature! Thanks for your contribution
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
javeme
reviewed
May 9, 2022
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
javeme
previously approved these changes
May 10, 2022
javeme
reviewed
May 10, 2022
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/gremlin/CypherAPI.java
Outdated
Show resolved
Hide resolved
javeme
reviewed
May 11, 2022
javeme
approved these changes
May 12, 2022
imbajin
approved these changes
May 12, 2022
Member
imbajin
left a comment
There was a problem hiding this comment.
we could add more cases in client side
Contributor
|
@jadepeng can you modify this code to pass the checkstyle check? |
xhtian95
pushed a commit
to xhtian95/hugegraph
that referenced
this pull request
Jun 16, 2022
implement apache#1748 Co-authored-by: jadepeng <jqpeng@iflytek.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1748