|
|
@@ -72,12 +72,24 @@ output()
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
+match ("性能AaB_Local:test")-[:connect*1..1]->("性能AaB_Local:test2")
|
|
|
+/**
|
|
|
+match("graph.nodes.len",2)
|
|
|
+**/
|
|
|
+;
|
|
|
+
|
|
|
match ("性能AaB_Local:test")-[:connect]->("性能AaB_Local:test2")
|
|
|
/**
|
|
|
match("graph.nodes.len",2)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
+match ("性能AaB_Local:test")-[*]->("性能AaB_Local:test2")
|
|
|
+/**
|
|
|
+match("graph.nodes.len",2)
|
|
|
+**/
|
|
|
+;
|
|
|
+
|
|
|
select connect from /test/性能AaB_Local
|
|
|
/**
|
|
|
output()
|