GraphScope
GraphScope copied to clipboard
Support loading fragment with local vertex map for ArrowFragmentLoader
What do these changes do?
Add a method LoadFragmentWithLocalVertexMap to support load arrow fragments with ArrowLocalVertexMap
The local_vertex_map currently only support in LoadFragment with whole batch vertices and edges, not support in
AddLabel with additional vertices and edges label yet.
Related issue number
Fixes #1689
ToDo
- [x] Update the vineyard
- [x] Add unit test