summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_fill.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67284 Allow $fill 'partitionByFields' to partition by a dotted pathTed Tuckman2022-07-281-3/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-67585: first changesZahra Poonevala2022-07-131-2/+2
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-63503 $fill.partitionBy accepts string or objectZahra Poonevala2022-06-301-1/+8
* SERVER-62364 Fix $fill arbitrary value filling bugTed Tuckman2022-01-051-2/+4
* SERVER-62019: Remove flag guard from linearFillMaddie Zechar2022-01-041-2/+2
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-071-1/+3
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-0/+140