|
|
@ -407,7 +407,6 @@ class SimpleSortedIndex : public Index { |
|
|
|
assert(interval != nullptr); // because index is useful
|
|
|
|
assert(interval != nullptr); // because index is useful
|
|
|
|
Direction direction; |
|
|
|
Direction direction; |
|
|
|
|
|
|
|
|
|
|
|
std::string op; |
|
|
|
|
|
|
|
const JSONDocument* limit; |
|
|
|
const JSONDocument* limit; |
|
|
|
if (interval->lower_bound != nullptr) { |
|
|
|
if (interval->lower_bound != nullptr) { |
|
|
|
limit = interval->lower_bound; |
|
|
|
limit = interval->lower_bound; |
|
|
|