summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_filter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-031-309/+502
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-021-16/+95
* SERVER-50385 Use MONGO_UNREACHABLE in SBE visit() methods for $text MatchExpr...David Storch2020-09-021-2/+8
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-3/+0
* SERVER-50151 Support $exists match expression in SBEAnton Korshunov2020-08-131-4/+9
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-121-12/+41
* SERVER-49839 Implement AlwaysFalse and AlwaysTrue match expressions in SBEAndrii Dobroshynskyi2020-08-051-8/+22
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-281-6/+11
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-271-4/+19
* SERVER-49819 [SBE] find() should apply most operators to both array field's e...Drew Paroski2020-07-271-77/+106
* SERVER-49123 Implement $size match expression for SBEAndrii Dobroshynskyi2020-07-231-16/+154
* SERVER-49723 [SBE] Using find() to query values in array field is broken in s...Drew Paroski2020-07-221-12/+15
* SERVER-49720 [SBE] Query comparison operators traverse one level too deepDrew Paroski2020-07-211-1/+1
* SERVER-48779 Implement skeleton of MatchExpressionVisitor to be used for gene...Mihai Andrei2020-06-251-29/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+726