summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/expressions/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-231-0/+3
* SERVER-32960: Make $mod truncate float values consistently and use long long ...Nikita Lapkov2020-11-191-0/+1
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-0/+2
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-111-0/+3
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-091-0/+2
* SERVER-51270 Support $setDifference expression in SBEMilena Ivanova2020-11-061-0/+2
* SERVER-51269 Support $setIntersection expression in SBEMilena Ivanova2020-11-041-0/+2
* SERVER-51268 Support $setUnion expression in SBEMilena Ivanova2020-10-231-0/+1
* SERVER-49977 support $dateToParts in SBEClaire Childs2020-10-091-0/+5
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-081-4/+7
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-081-0/+4
* SERVER-49841 Implement $in match expression in SBEEric Cox2020-09-241-0/+1
* SERVER-50730 Implement $concat expression in SBEMilena Ivanova2020-09-241-0/+1
* SERVER-49037 SBE support for unary numeric expressionsJustin Seyster2020-09-231-0/+7
* SERVER-49955 Add support for trigonometric agg expressions in SBEMilena Ivanova2020-09-211-0/+17
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-161-0/+4
* SERVER-49742 ExpressionAdd in SBE should use doubleDoubleSum built-in when ca...Milena Ivanova2020-09-111-1/+2
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-071-0/+1
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-021-0/+6
* SERVER-49226 Create unittest fixture for SBE PlanStagesDrew Paroski2020-08-131-0/+2
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-071-1/+1
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-1/+87
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-281-0/+33
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-271-0/+1
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+50
* SERVER-48484 Cleanup arithemtic operations.Martin Neupauer2020-07-231-0/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+634