ArangoDB2

 view release on metacpan or  search on metacpan

lib/ArangoDB2/Traversal.pm  view on Meta::CPAN

=item itemOrder

(optional): item iteration order can be "forward" or "backward"

=item maxDepth

(optional, ANDed with any existing filters): visits only nodes in at most the given depth

=item maxIterations

(optional): Maximum number of iterations in each traversal. This number can be set to prevent endless loops in traversal of cyclic graphs. When a traversal performs as many iterations as the maxIterations value, the traversal will abort with an error...

=item minDepth

(optional, ANDed with any existing filters): visits only nodes in at least the given depth

=item order

(optional): traversal order can be "preorder" or "postorder"

=item sort



( run in 0.968 second using v1.01-cache-2.11-cpan-71847e10f99 )