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

Transfer label from predicate to vertex #17

Open
s1ck opened this issue Jan 27, 2017 · 3 comments
Open

Transfer label from predicate to vertex #17

s1ck opened this issue Jan 27, 2017 · 3 comments

Comments

@s1ck
Copy link
Owner

s1ck commented Jan 27, 2017

for e.g. MATCH (v) WHERE v.__label__ = "Foo" the label needs to be updated at the query vertex representing v.

@s1ck
Copy link
Owner Author

s1ck commented Jan 28, 2017

@DarthMax I think this conflicts with the multi-label case. Maybe we should extend query elements to have multiple labels, i.e. a set or list of labels?

@DarthMax
Copy link
Collaborator

Yip that would be nice to have. The only problem is, how to expand this to Gradoop. We could provide a legacy method getLabel() returning the first label in the set?

@s1ck
Copy link
Owner Author

s1ck commented Jan 28, 2017

yes, that should work

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