1
0
Fork 0

mark the geo index as sorted

This commit is contained in:
jsteemann 2017-02-03 11:42:19 +01:00
parent 819eeb18f9
commit f9105e8393
1 changed files with 1 additions and 1 deletions

View File

@ -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; }