خرید بک لینک

Vote count: 0

Suppose the following query from fluent query interface thats removed as of v3.x:

var tens = graph._vertices(lst).outEdges().restrict("knows").toVertices()
.inEdges().restrict("works").fromVertices().inEdges().restrict("owns")
.fromVertices().toArray();

here lst is a simply a list of vertices obtained from a prior query, and the vertices in lst may have outgoing edge relationships one of which is of type knows, and the vertices pointed to by these outEdges have incoming edges of type works in tu,

how would this be written with AQB? the two (AQB and fluent query interface are supposed to overlap and thats why one was removed). Iv looked at the documentation on github but im not seeing anything that would help with a query like the one above

asked 12 secs ago

برچسب: نویسنده: استخدام کار تاريخ: يکشنبه 20 تير 1395 ساعت: 3:44

صفحه بندی