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