1
0
Fork 0
arangodb/Documentation/Examples/AQLEXP_04_explainCollection...

8 lines
100 B
Plaintext

arangosh> stmt.explain().plan.collections
[
{
"name" : "test",
"type" : "read"
}
]