Hi all,

I have the need to do something like this:

gremlin> g.v(0).out.inV{it.getProperty("J") ==
<last_it>.getProperty("J") + 10}.out...

I mean, I need to compare the value of a node property with the value
in the last node property, and repeat the process on every node to
check growth rates. But I don't if this is possible without using
variables external to the query.

Thank you in advance.
Regards.


-- 
Javier de la Rosa
http://versae.es
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to