-
Notifications
You must be signed in to change notification settings - Fork 45
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
support count api #84
Conversation
Change-Id: Ib2c83372031a8d5e5b18d7e4b1556e78f4447b35
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
============================================
+ Coverage 76.93% 77.05% +0.11%
- Complexity 777 783 +6
============================================
Files 125 127 +2
Lines 3165 3242 +77
Branches 189 192 +3
============================================
+ Hits 2435 2498 +63
- Misses 594 605 +11
- Partials 136 139 +3
Continue to review full report at Codecov.
|
` Change-Id: I2f998eb8f43776e8dfa3286e511c2860ae2652be
/* | ||
* | ||
* c -----* f | ||
* * |
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.
prefer ^
@@ -379,6 +383,10 @@ public WeightedPath weightedShortestPath(Object sourceId, Object targetId, | |||
degree, limit); | |||
} | |||
|
|||
public long kneighbor(CountRequest request) { |
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.
count()
Change-Id: Ie1394fd82a83c869b5d468d1217637bd200cc300
Change-Id: Ib2c83372031a8d5e5b18d7e4b1556e78f4447b35