mirror of https://gitee.com/bigwinds/arangodb
fix spelling
This commit is contained in:
parent
e7a0b181e6
commit
6ac5aa9691
|
@ -28,8 +28,8 @@
|
|||
// Execution plan:
|
||||
// Id NodeType Est. Comment
|
||||
// 1 SingletonNode 1 * ROOT
|
||||
// 2 EnumerateCollectionNode 6400 - FOR d IN ulf /* full collection scan */
|
||||
// 3 CalculationNode 6400 - LET #1 = DISTANCE(d.`lat`, d.`lon`, 0, 0) /* simple expression */ /* collections used: d : ulf */
|
||||
// 2 EnumerateCollectionNode 6400 - FOR d IN coll /* full collection scan */
|
||||
// 3 CalculationNode 6400 - LET #1 = DISTANCE(d.`lat`, d.`lon`, 0, 0) /* simple expression */ /* collections used: d : coll */
|
||||
// 4 SortNode 6400 - SORT #1 ASC
|
||||
// 5 LimitNode 5 - LIMIT 0, 5
|
||||
// 6 ReturnNode 5 - RETURN d
|
||||
|
|
Loading…
Reference in New Issue