summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_value_test_util_self_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-16/+16
|
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-0/+92
- Changes the Document/Value library to require comparisons to be made in the context of a comparator object. This is prep work for full collation support in the aggregation system. - Adds injectExpressionContext() to propagate the ExpressionContext containing the comparator object to all DocumentSource, Accumulator, and Expression instances involved in the Pipeline.