mirror of https://gitee.com/bigwinds/arangodb
mark the geo index as sorted
This commit is contained in:
parent
819eeb18f9
commit
f9105e8393
|
@ -118,7 +118,7 @@ friend class MMFilesGeoIndexIterator;
|
|||
|
||||
bool canBeDropped() const override { return true; }
|
||||
|
||||
bool isSorted() const override { return false; }
|
||||
bool isSorted() const override { return true; }
|
||||
|
||||
bool hasSelectivityEstimate() const override { return false; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue