-
Notifications
You must be signed in to change notification settings - Fork 521
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
feat: support query data by use cypher language #1866
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.
|
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.
Nice feature! Thanks for your contribution
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
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
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
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.
LGTM
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.
we could add more cases in client side
@jadepeng can you modify this code to pass the checkstyle check? |
implement apache#1748 Co-authored-by: jadepeng <[email protected]>
#1748