Node Querying
Qualified Name | Type | Release |
---|---|---|
- returns true if it is a dense node |
|
|
- returns true when the node is connected to the other node, optimized for dense nodes |
|
|
- returns true when the node has the relationships of the pattern |
|
|
- returns a map with rel-pattern, boolean for the given relationship patterns |
|
|
apoc.nodes.relationships.exist - returns a list of maps where each one has two fields: |
|
|
- returns a list of distinct relationship types |
|
|
- returns a list of maps where each one has two fields: |
|
|
- returns total degrees of the given relationships in the pattern, can use '>' or '<' for all outgoing or incoming relationships |
|
|
|
|
|
- returns total number number of incoming relationships |
|
|
- returns total number number of outgoing relationships |
|
|
|
|
|
|
|
|
|
|
|
- returns true or false related to label existance |
|
|
Rel-direction-pattern Syntax:
[<]RELATIONSHIP_TYPE1[>]|[<]RELATIONSHIP_TYPE2[>]|…
Example: 'FRIEND|MENTORS>|<REPORTS_TO'
will match to :FRIEND relationships in either direction, outgoing :MENTORS relationships, and incoming :REPORTS_TO relationships.
Qualified Name | Type | Release |
---|---|---|
- quickly returns all nodes with these ids |
|
|