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