mirror of https://gitee.com/bigwinds/arangodb
Fix call to CXX for distance > 1 AQL_NEIGHBORS. Experimental.
This commit is contained in:
parent
e21bff2f80
commit
20d7e8d2ba
|
@ -6488,6 +6488,7 @@ function FILTERED_EDGES (edges, vertex, direction, examples) {
|
|||
|
||||
function useCXXforDeepNeighbors (vertexCollection, edgeCollection,
|
||||
vertex, options) {
|
||||
var db = require("internal").db;
|
||||
var l = [vertex];
|
||||
var s = new Set();
|
||||
s.add(vertex);
|
||||
|
|
Loading…
Reference in New Issue