mirror of https://gitee.com/bigwinds/arangodb
mark the geo index as sorted
This commit is contained in:
parent
902429ddfd
commit
f7edf28599
|
@ -121,7 +121,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