-
Notifications
You must be signed in to change notification settings - Fork 44
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][Java] Recording gap between C++ and Java library #272
Labels
enhancement
New feature or request
Comments
Support filter push downSee PR.
|
Use inherit to implement EdgesCollectionTo fit this change:
|
Add internal id column to vertex payload fileRemove one function and modify usage in test
|
11 tasks
Refactor the C++ SDK with forward declaration and shared ptrThe main point that may affect Java SDK is using std::shard_ptr to manage info classes, thus the usage and parameters about info classes should have corresponding changes. Additionally, it also relates to problems concerning memory management #285 , so we should design more for Java SDK about memory management.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Now, our Java library rely on C++ library. But with iteration of C++ library, there are some gap between those two library.
Recording these gap will help Java developers to fit these changes.
Recording tamplate
The text was updated successfully, but these errors were encountered: