mirror of https://gitee.com/bigwinds/arangodb
query = "FOR doc IN @@collection FILTER doc.value > @value RETURN doc"; bind = { value: 42, "@collection": "mycollection" }; options = { examples: 10, anonymize: true }; require("@arangodb/aql/explainer").debugDump("/tmp/query-debug-info", query, bind, options); Entitled users can send the generated file to the ArangoDB support to facilitate reproduction and debugging. The data from the generated file can be restored and analyzed via the *inspectDump* function: require("@arangodb/aql/explainer").inspectDump("/tmp/query-debug-info"); |
||
---|---|---|
.. | ||
aql | ||
examples | ||
foxx | ||
graph | ||
graph-examples | ||
arango-collection-common.js | ||
arango-statement-common.js | ||
common.js | ||
crypto.js | ||
deprecated.js | ||
extend.js | ||
general-graph.js | ||
heap.js | ||
is.js | ||
mocha-runner.js | ||
mocha.js | ||
request.js | ||
simple-query-common.js | ||
test-helper.js | ||
testrunner.js | ||
util.js |