summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/abt/document_source_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-1/+1
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-1/+1
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-1/+3
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-091-4/+1
* SERVER-71584 [CQF] Share the implementation of Filter decomposition rewriteSvilen Mihaylov2023-02-081-7/+6
* SERVER-71943 Move ABT translation to new visitor mechanismBen Shteinfeld2023-01-051-528/+421
* SERVER-71460: Make maxDepth the first PathTraverse argumentHana Pearlman2023-01-041-4/+4
* SERVER-62027 Introduce a mechanism for defining visitors over DocumentSourcesBen Shteinfeld2022-12-131-1/+1
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-131-10/+7
* SERVER-70812 Make EvalFilter decomposition rewrite consistent across find and...Ben Shteinfeld2022-12-021-1/+2
* SERVER-68516 Revert back to always using `ProjectionExecutor` to translate pr...Ben Shteinfeld2022-11-181-26/+0
* SERVER-70217: Add tasserts for unreachable translation codeHana Pearlman2022-11-111-1/+1
* SERVER-70538 Replace fillEmpty function with a binary operationMartin Neupauer2022-11-101-7/+6
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-091-31/+34
* SERVER-70932 Stub for telemetry agg stagejoshua2022-11-041-0/+5
* SERVER-66846 Translate simple inclusion and exclusion $project by walking ove...Hana Pearlman2022-09-201-0/+26
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-4/+6
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-274/+7
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67436 Add paramaterer to Traverse path element to specify max depthSvilen Mihaylov2022-07-101-11/+16
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-3/+3
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-301-0/+925