1
0
Fork 0
arangodb/Documentation/Examples/AQLEXP_02_explainOverview.g...

8 lines
164 B
Plaintext

arangosh> stmt.explain().plan.nodes.map(function (node) { return node.type; });
[
"SingletonNode",
"IndexRangeNode",
"CalculationNode",
"ReturnNode"
]