Search Results for: Chained sprockets
lop,c:josh] g.v().as('a'). both().where(lt('a')).by(id).as('b'). both().where(lt('a')).by(id).where(gt('b')).by(id).as('c'). not(both().where(eq('a'))). select('a','b','c'). by('name') ignoring the anti-patterns that were discussed before, there's not much wrong with the traversal, but note the two chained
lop,c:josh] g.v().as('a'). both().where(lt('a')).by(id).as('b'). both().where(lt('a')).by(id).where(gt('b')).by(id).as('c'). not(both().where(eq('a'))). select('a','b','c'). by('name') ignoring the anti-patterns that were discussed before, there's not much wrong with the traversal, but note the two chained...
http://tinkerpop.apache.org/docs/current/recipes/