Node Querying
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 |
|
|
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 |
|
returns id for (virtual) nodes |
|
returns total number of incoming relationship |
|
returns total number of outgoing relationship |
|
returns labels for (virtual) nodes |
|
returns properties for virtual and real nodes, and maps. Optionally restrict via keys. |
|
|
returns property for virtual and real nodes, and maps |
|
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.
|
quickly returns all nodes with these ids |