summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/interval_evaluation_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67576 Enable explode for sort query in SBE cacheRui Liu2023-03-221-28/+65
* SERVER-69441 Pop only necessary iets while building iets for wildcard indexAnton Korshunov2022-09-201-4/+7
* SERVER-67678 Incorrect result is returned when there's a wildcard index and a...Denis Grebennicov2022-07-271-0/+6
* SERVER-65367 Fix IET build for wildcard indexes and elemMatchAlexander Ignatyev2022-04-081-2/+1
* SERVER-63350 Implement IET evaluation transporterAlexander Ignatyev2022-03-291-0/+66
* SERVER-63349 Modify QueryPlanner and IndexBoundsBuilder to produce an IETAlexander Ignatyev2022-03-231-46/+41
* SERVER-63348 Implement Interval Evaluation TreeAlexander Ignatyev2022-03-141-0/+219