Skip to content
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

Take additional keyValues varargs for SqlgGraph.bulkAddEdges #300

Closed
jgustie opened this issue Jun 22, 2018 · 0 comments
Closed

Take additional keyValues varargs for SqlgGraph.bulkAddEdges #300

jgustie opened this issue Jun 22, 2018 · 0 comments

Comments

@jgustie
Copy link
Contributor

jgustie commented Jun 22, 2018

When bulk adding edges there is currently no way of adding additional properties to the edge: either during insertion or by updating the edges after insertion.

Accepting a keyValues varargs would not break existing calls, but would allow for assignment of identifying properties (e.g. ["partition","1"] or ["bulkEdge",Boolean.TRUE]) on the entire batch of edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants