|
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 list of distinct relationship types |
|
returns total degrees of the given relationships in the pattern, can use |
|
returns id for (virtual) nodes |
|
returns total number of incoming relationship |
|
returns total number of outgoing relationship |
|
returns labels for (virtual) nodes |
|
returns id for (virtual) relationships |
|
returns type for (virtual) relationships |
|
returns properties for virtual and real, nodes, rels and maps, optionally restrict via keys |
|
returns property for virtual and real, nodes, rels and maps |
|
returns a UUID string |
|
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.