Dear all,
This concerns gremlin plugin and the script engine.
Maybe there's an explanation for this behavior:
1) gremlin> x = [];
g.v(1).out("from").out("to").aggregate(x).loop(3){it.loops < 4};
    gremlin> x;

==> v[7]
==> v[3]
==> v[5]

2) gremlin> x = [];
g.v(1).out("from").out("to").aggregate(x).loop(3){it.loops < 4}; x;
returns nothing...

Thanks,

Alfredas
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to