Description
For IndexQuery we use filtering to check boundaries in case of exclusive search. It's because BPlusTree supports only inclusive search.
We can skip this filtering for IndexQuery with single field criterion if implement exclusive search in the tree class.
Attachments
Issue Links
- links to