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

add a neighbours procedure / function #223

Closed
jexp opened this issue Dec 6, 2016 · 4 comments
Closed

add a neighbours procedure / function #223

jexp opened this issue Dec 6, 2016 · 4 comments

Comments

@jexp
Copy link
Member

jexp commented Dec 6, 2016

that expands around a node / set of nodes in parallel using the given rel-type-pattern into a set
and returns that set of nodes.

So that we can then use set functions on those neighbor-sets to find intersections or nodes that are not in both of those sets.

@jexp
Copy link
Member Author

jexp commented Mar 21, 2017

@InverseFalcon we have that now, or?
Would be probably also nice as a function.

But not sure if it adds a lot over [(node)-->(m) | m] ??

@InverseFalcon
Copy link
Collaborator

As you say it seems like pattern comprehension covers this. Is there anything in this that adds something else, aside from the parallel execution?

@jexp
Copy link
Member Author

jexp commented Apr 11, 2017

@InverseFalcon
Parallel execution and probably more convenient procedure/function call name?

Or perhaps just some docs.

@conker84
Copy link
Contributor

This should be done via apoc.path.expand

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

No branches or pull requests

3 participants