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

implement functions from pgsql #699

Closed
3 tasks done
jexp opened this issue Dec 12, 2017 · 0 comments
Closed
3 tasks done

implement functions from pgsql #699

jexp opened this issue Dec 12, 2017 · 0 comments

Comments

@jexp
Copy link
Member

jexp commented Dec 12, 2017

  • apoc.label.exists(element, name) | boolean | returns true if the node or rel has the given label.
  • apoc.coll.different(val1, val2, .., valn) | boolean | returns true if the values are all different, a function typically used for specifying isomorphic constraints (see Subgraph Isomorphism).
  • apoc.node.degree[.out/in](node, [rel-type], [direction]) | exact numeric | returns the number of incoming neighbors.
@AngeloBusato AngeloBusato self-assigned this Jul 10, 2018
AngeloBusato added a commit to larusba/neo4j-apoc-procedures that referenced this issue Jul 13, 2018
AngeloBusato added a commit to larusba/neo4j-apoc-procedures that referenced this issue Jul 18, 2018
AngeloBusato added a commit to larusba/neo4j-apoc-procedures that referenced this issue Jul 19, 2018
@jexp jexp closed this as completed in f0d772b Jul 20, 2018
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

2 participants